#6664DF

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

Shades of Slate Blue #6664DF

Tints of Slate Blue #6664DF

Color information

#6664DF (or 0x6664DF) is unknown color: approx Slate Blue. HEX triplet: 66, 64 and DF. RGB value is (102,100,223). Sum of RGB (Red+Green+Blue) = 102+100+223=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #6664DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6664DF is #999B20. Grayscale: #727272. Windows color (decimal): -10066721 or 14640230. OLE color: 14640230.

HSL color Cylindrical-coordinate representation of color #6664DF: hue angle of 240.98º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6664DF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102100223-
CMYK0.540.5500.13
HSL240.98º65.78%63.33%-
HSV(B)240.98º55.16%87.45%-
XYZ23.3617.2771.91-
YUV114.62189.16119-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 223 (87.5% from 255) = 52.47%
R=24%
G=23.53%
B=52.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021002230.540.5500.13240.9865.7863.33
Hex6664DF36370Df1423f
Octal146144337666701536110277
Binary110011011001001101111111011011011101101111100011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6664DF; }

 p { color: rgb(102,100,223); }

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

<style>
 a { background-color: #6664DF; }

 a { background-color: rgb(102,100,223); }

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

<style>
 span { border-color: #6664DF; }

 span { border-color: rgb(102,100,223); }

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