#6064DD

Color #6064DD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6064DD

Tints of Slate Blue #6064DD

Color information

#6064DD (or 0x6064DD) is unknown color: approx Slate Blue. HEX triplet: 60, 64 and DD. RGB value is (96,100,221). Sum of RGB (Red+Green+Blue) = 96+100+221=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #6064DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064DD is #9F9B22. Grayscale: #707070. Windows color (decimal): -10459939 or 14509152. OLE color: 14509152.

HSL color Cylindrical-coordinate representation of color #6064DD: hue angle of 238.08º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6064DD is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96100221-
CMYK0.570.5500.13
HSL238.08º64.77%62.16%-
HSV(B)238.08º56.56%86.67%-
XYZ22.4316.8270.47-
YUV112.6189.17116.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=23.02%
G=23.98%
B=53.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961002210.570.5500.13238.0864.7762.16
Hex6064DD39370Dee413e
Octal140144335716701535610176
Binary110000011001001101110111100111011101101111011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6064DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6064DD; }

 p { color: rgb(96,100,221); }

 H1.HeaderClassName
 {
   color: #6064DD;
 }
 .AnyTagClassName
 {
   color: #6064DD;
 }
</style>
background-color css

<style>
 a { background-color: #6064DD; }

 a { background-color: rgb(96,100,221); }

 div.DivClassName
 {
   background-color: #6064DD;
 }
 .BgClassName
 {
   background-color: #6064DD;
 }
</style>
border-color css

<style>
 span { border-color: #6064DD; }

 span { border-color: rgb(96,100,221); }

 td.TdClassName
 {
   border-color: #6064DD;
 }
 .TagClassName
 {
   border-color: #6064DD;
 }
</style>