Shades of Havelock Blue #6685CF
Tints of Havelock Blue #6685CF
RGB
CMYK
RGB Variations
Color information
#6685CF (or 0x6685CF) is known color: Havelock Blue. HEX triplet: 66, 85 and CF. RGB value is (102,133,207). Sum of RGB (Red+Green+Blue) = 102+133+207=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #6685CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685CF is #997A30. Grayscale: #838383. Windows color (decimal): -10058289 or 13600102. OLE color: 13600102.
HSL color Cylindrical-coordinate representation of color #6685CF: hue angle of 222.29º 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 #6685CF is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 133 | 207 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.19 |
| HSL | 222.29º | 0.52% | 0.61% | - |
| HSV(B) | 222.29º | 0.51% | 0.81% | - |
| XYZ | 25.13 | 24.1 | 62.36 | - |
| YUV | 132.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 207 | 0.51 | 0.36 | 0 | 0.19 | 222.29 | 0.52 | 0.61 |
| Hex | 66 | 85 | CF | 33 | 24 | 0 | 13 | DE | 34 | 3D |
| Octal | 146 | 205 | 317 | 63 | 44 | 0 | 23 | 336 | 64 | 75 |
| Binary | 1100110 | 10000101 | 11001111 | 110011 | 100100 | 0 | 10011 | 11011110 | 110100 | 111101 |
Color Harmonies of #6685CF
Complementary color
Monochromatic Colors of #6685CF
Black with #6685CF
Text Example
Text Example
White with #6685CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685CF; }
p { color: rgb(102,133,207); }
H1.HeaderClassName
{
color: #6685CF;
}
.AnyTagClassName
{
color: #6685CF;
}
</style>
background-color css
<style>
a { background-color: #6685CF; }
a { background-color: rgb(102,133,207); }
div.DivClassName
{
background-color: #6685CF;
}
.BgClassName
{
background-color: #6685CF;
}
</style>
border-color css
<style>
span { border-color: #6685CF; }
span { border-color: rgb(102,133,207); }
td.TdClassName
{
border-color: #6685CF;
}
.TagClassName
{
border-color: #6685CF;
}
</style>