Shades of Havelock Blue #667FCA
Tints of Havelock Blue #667FCA
RGB
CMYK
RGB Variations
Color information
#667FCA (or 0x667FCA) is known color: Havelock Blue. HEX triplet: 66, 7F and CA. RGB value is (102,127,202). Sum of RGB (Red+Green+Blue) = 102+127+202=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #667FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FCA is #998035. Grayscale: #7F7F7F. Windows color (decimal): -10059830 or 13270886. OLE color: 13270886.
HSL color Cylindrical-coordinate representation of color #667FCA: hue angle of 225º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #667FCA is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 127 | 202 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.21 |
| HSL | 225º | 0.49% | 0.6% | - |
| HSV(B) | 225º | 0.5% | 0.79% | - |
| XYZ | 23.73 | 22.27 | 58.92 | - |
| YUV | 128.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 202 | 0.50 | 0.37 | 0 | 0.21 | 225 | 0.49 | 0.6 |
| Hex | 66 | 7F | CA | 32 | 25 | 0 | 15 | E1 | 31 | 3C |
| Octal | 146 | 177 | 312 | 62 | 45 | 0 | 25 | 341 | 61 | 74 |
| Binary | 1100110 | 1111111 | 11001010 | 110010 | 100101 | 0 | 10101 | 11100001 | 110001 | 111100 |
Color Harmonies of #667FCA
Complementary color
Monochromatic Colors of #667FCA
Black with #667FCA
Text Example
Text Example
White with #667FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FCA; }
p { color: rgb(102,127,202); }
H1.HeaderClassName
{
color: #667FCA;
}
.AnyTagClassName
{
color: #667FCA;
}
</style>
background-color css
<style>
a { background-color: #667FCA; }
a { background-color: rgb(102,127,202); }
div.DivClassName
{
background-color: #667FCA;
}
.BgClassName
{
background-color: #667FCA;
}
</style>
border-color css
<style>
span { border-color: #667FCA; }
span { border-color: rgb(102,127,202); }
td.TdClassName
{
border-color: #667FCA;
}
.TagClassName
{
border-color: #667FCA;
}
</style>