Shades of Slate Blue #6662CE
Tints of Slate Blue #6662CE
RGB
CMYK
RGB Variations
Color information
#6662CE (or 0x6662CE) is known color: Slate Blue. HEX triplet: 66, 62 and CE. RGB value is (102,98,206). Sum of RGB (Red+Green+Blue) = 102+98+206=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6662CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6662CE is #999D31. Grayscale: #6F6F6F. Windows color (decimal): -10067250 or 13525606. OLE color: 13525606.
HSL color Cylindrical-coordinate representation of color #6662CE: hue angle of 242.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6662CE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 98 | 206 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.19 |
| HSL | 242.22º | 0.52% | 0.6% | - |
| HSV(B) | 242.22º | 0.52% | 0.81% | - |
| XYZ | 20.99 | 16.02 | 60.38 | - |
| YUV | 111.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 206 | 0.50 | 0.52 | 0 | 0.19 | 242.22 | 0.52 | 0.6 |
| Hex | 66 | 62 | CE | 32 | 34 | 0 | 13 | F2 | 34 | 3C |
| Octal | 146 | 142 | 316 | 62 | 64 | 0 | 23 | 362 | 64 | 74 |
| Binary | 1100110 | 1100010 | 11001110 | 110010 | 110100 | 0 | 10011 | 11110010 | 110100 | 111100 |
Color Harmonies of #6662CE
Complementary color
Monochromatic Colors of #6662CE
Black with #6662CE
Text Example
Text Example
White with #6662CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6662CE; }
p { color: rgb(102,98,206); }
H1.HeaderClassName
{
color: #6662CE;
}
.AnyTagClassName
{
color: #6662CE;
}
</style>
background-color css
<style>
a { background-color: #6662CE; }
a { background-color: rgb(102,98,206); }
div.DivClassName
{
background-color: #6662CE;
}
.BgClassName
{
background-color: #6662CE;
}
</style>
border-color css
<style>
span { border-color: #6662CE; }
span { border-color: rgb(102,98,206); }
td.TdClassName
{
border-color: #6662CE;
}
.TagClassName
{
border-color: #6662CE;
}
</style>