Shades of Slate Blue #6666CC
Tints of Slate Blue #6666CC
RGB
CMYK
RGB Variations
Color information
#6666CC (or 0x6666CC) is known color: Slate Blue. HEX triplet: 66, 66 and CC. RGB value is (102,102,204). Sum of RGB (Red+Green+Blue) = 102+102+204=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #6666CC is a web safe color. Inversed color of #6666CC is #999933. Grayscale: #717171. Windows color (decimal): -10066228 or 13395558. OLE color: 13395558.
HSL color Cylindrical-coordinate representation of color #6666CC: hue angle of 240º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6666CC is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 102 | 102 | 204 | - |
CMYK | 0.5 | 0.5 | 0 | 0.2 |
HSL | 240º | 0.5% | 0.6% | - |
HSV(B) | 240º | 0.5% | 0.8% | - |
XYZ | 21.13 | 16.69 | 59.23 | - |
YUV | 113.63 | 179 | 119.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 102 | 204 | 0.5 | 0.5 | 0 | 0.2 | 240 | 0.5 | 0.6 |
Hex | 66 | 66 | CC | 32 | 32 | 0 | 14 | F0 | 32 | 3C |
Octal | 146 | 146 | 314 | 62 | 62 | 0 | 24 | 360 | 62 | 74 |
Binary | 1100110 | 1100110 | 11001100 | 110010 | 110010 | 0 | 10100 | 11110000 | 110010 | 111100 |
Color Harmonies of #6666CC
Complementary color
Monochromatic Colors of #6666CC
Black with #6666CC
Text Example
Text Example
White with #6666CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6666CC; }
p { color: rgb(102,102,204); }
H1.HeaderClassName
{
color: #6666CC;
}
.AnyTagClassName
{
color: #6666CC;
}
</style>
background-color css
<style>
a { background-color: #6666CC; }
a { background-color: rgb(102,102,204); }
div.DivClassName
{
background-color: #6666CC;
}
.BgClassName
{
background-color: #6666CC;
}
</style>
border-color css
<style>
span { border-color: #6666CC; }
span { border-color: rgb(102,102,204); }
td.TdClassName
{
border-color: #6666CC;
}
.TagClassName
{
border-color: #6666CC;
}
</style>