Shades of Havelock Blue #667FCE
Tints of Havelock Blue #667FCE
RGB
CMYK
RGB Variations
Color information
#667FCE (or 0x667FCE) is known color: Havelock Blue. HEX triplet: 66, 7F and CE. RGB value is (102,127,206). Sum of RGB (Red+Green+Blue) = 102+127+206=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #667FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FCE is #998031. Grayscale: #808080. Windows color (decimal): -10059826 or 13533030. OLE color: 13533030.
HSL color Cylindrical-coordinate representation of color #667FCE: hue angle of 225.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667FCE is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 127 | 206 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.19 |
| HSL | 225.58º | 0.51% | 0.6% | - |
| HSV(B) | 225.58º | 0.5% | 0.81% | - |
| XYZ | 24.21 | 22.46 | 61.45 | - |
| YUV | 128.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 206 | 0.50 | 0.38 | 0 | 0.19 | 225.58 | 0.51 | 0.6 |
| Hex | 66 | 7F | CE | 32 | 26 | 0 | 13 | E2 | 33 | 3C |
| Octal | 146 | 177 | 316 | 62 | 46 | 0 | 23 | 342 | 63 | 74 |
| Binary | 1100110 | 1111111 | 11001110 | 110010 | 100110 | 0 | 10011 | 11100010 | 110011 | 111100 |
Color Harmonies of #667FCE
Complementary color
Monochromatic Colors of #667FCE
Black with #667FCE
Text Example
Text Example
White with #667FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FCE; }
p { color: rgb(102,127,206); }
H1.HeaderClassName
{
color: #667FCE;
}
.AnyTagClassName
{
color: #667FCE;
}
</style>
background-color css
<style>
a { background-color: #667FCE; }
a { background-color: rgb(102,127,206); }
div.DivClassName
{
background-color: #667FCE;
}
.BgClassName
{
background-color: #667FCE;
}
</style>
border-color css
<style>
span { border-color: #667FCE; }
span { border-color: rgb(102,127,206); }
td.TdClassName
{
border-color: #667FCE;
}
.TagClassName
{
border-color: #667FCE;
}
</style>