Shades of Slate Blue #666BCF
Tints of Slate Blue #666BCF
RGB
CMYK
RGB Variations
Color information
#666BCF (or 0x666BCF) is known color: Slate Blue. HEX triplet: 66, 6B and CF. RGB value is (102,107,207). Sum of RGB (Red+Green+Blue) = 102+107+207=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #666BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BCF is #999430. Grayscale: #747474. Windows color (decimal): -10064945 or 13593446. OLE color: 13593446.
HSL color Cylindrical-coordinate representation of color #666BCF: hue angle of 237.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666BCF is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 107 | 207 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.19 |
| HSL | 237.14º | 0.52% | 0.61% | - |
| HSV(B) | 237.14º | 0.51% | 0.81% | - |
| XYZ | 22 | 17.85 | 61.32 | - |
| YUV | 116.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 207 | 0.51 | 0.48 | 0 | 0.19 | 237.14 | 0.52 | 0.61 |
| Hex | 66 | 6B | CF | 33 | 30 | 0 | 13 | ED | 34 | 3D |
| Octal | 146 | 153 | 317 | 63 | 60 | 0 | 23 | 355 | 64 | 75 |
| Binary | 1100110 | 1101011 | 11001111 | 110011 | 110000 | 0 | 10011 | 11101101 | 110100 | 111101 |
Color Harmonies of #666BCF
Complementary color
Monochromatic Colors of #666BCF
Black with #666BCF
Text Example
Text Example
White with #666BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BCF; }
p { color: rgb(102,107,207); }
H1.HeaderClassName
{
color: #666BCF;
}
.AnyTagClassName
{
color: #666BCF;
}
</style>
background-color css
<style>
a { background-color: #666BCF; }
a { background-color: rgb(102,107,207); }
div.DivClassName
{
background-color: #666BCF;
}
.BgClassName
{
background-color: #666BCF;
}
</style>
border-color css
<style>
span { border-color: #666BCF; }
span { border-color: rgb(102,107,207); }
td.TdClassName
{
border-color: #666BCF;
}
.TagClassName
{
border-color: #666BCF;
}
</style>