Shades of Havelock Blue #667DCA
Tints of Havelock Blue #667DCA
RGB
CMYK
RGB Variations
Color information
#667DCA (or 0x667DCA) is known color: Havelock Blue. HEX triplet: 66, 7D and CA. RGB value is (102,125,202). Sum of RGB (Red+Green+Blue) = 102+125+202=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #667DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DCA is #998235. Grayscale: #7E7E7E. Windows color (decimal): -10060342 or 13270374. OLE color: 13270374.
HSL color Cylindrical-coordinate representation of color #667DCA: hue angle of 226.2º 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 #667DCA is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 125 | 202 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.21 |
| HSL | 226.2º | 0.49% | 0.6% | - |
| HSV(B) | 226.2º | 0.5% | 0.79% | - |
| XYZ | 23.47 | 21.76 | 58.84 | - |
| YUV | 126.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 202 | 0.50 | 0.38 | 0 | 0.21 | 226.2 | 0.49 | 0.6 |
| Hex | 66 | 7D | CA | 32 | 26 | 0 | 15 | E2 | 31 | 3C |
| Octal | 146 | 175 | 312 | 62 | 46 | 0 | 25 | 342 | 61 | 74 |
| Binary | 1100110 | 1111101 | 11001010 | 110010 | 100110 | 0 | 10101 | 11100010 | 110001 | 111100 |
Color Harmonies of #667DCA
Complementary color
Monochromatic Colors of #667DCA
Black with #667DCA
Text Example
Text Example
White with #667DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DCA; }
p { color: rgb(102,125,202); }
H1.HeaderClassName
{
color: #667DCA;
}
.AnyTagClassName
{
color: #667DCA;
}
</style>
background-color css
<style>
a { background-color: #667DCA; }
a { background-color: rgb(102,125,202); }
div.DivClassName
{
background-color: #667DCA;
}
.BgClassName
{
background-color: #667DCA;
}
</style>
border-color css
<style>
span { border-color: #667DCA; }
span { border-color: rgb(102,125,202); }
td.TdClassName
{
border-color: #667DCA;
}
.TagClassName
{
border-color: #667DCA;
}
</style>