#6666D6

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

Shades of Slate Blue #6666D6

Tints of Slate Blue #6666D6

Color information

#6666D6 (or 0x6666D6) is unknown color: approx Slate Blue. HEX triplet: 66, 66 and D6. RGB value is (102,102,214). Sum of RGB (Red+Green+Blue) = 102+102+214=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #6666D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666D6 is #999929. Grayscale: #727272. Windows color (decimal): -10066218 or 14050918. OLE color: 14050918.

HSL color Cylindrical-coordinate representation of color #6666D6: hue angle of 240º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6666D6 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102102214-
CMYK0.520.5200.16
HSL240º57.73%61.96%-
HSV(B)240º52.34%83.92%-
XYZ22.3717.1865.76-
YUV114.77184118.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 214 (83.98% from 255) = 51.20%
R=24.40%
G=24.40%
B=51.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021022140.520.5200.1624057.7361.96
Hex6666D63434010f03a3e
Octal14614632664640203607276
Binary110011011001101101011011010011010001000011110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6666D6; }

 p { color: rgb(102,102,214); }

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

<style>
 a { background-color: #6666D6; }

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

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

<style>
 span { border-color: #6666D6; }

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

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