Shades of Havelock Blue #667FC2
Tints of Havelock Blue #667FC2
RGB
CMYK
RGB Variations
Color information
#667FC2 (or 0x667FC2) is known color: Havelock Blue. HEX triplet: 66, 7F and C2. RGB value is (102,127,194). Sum of RGB (Red+Green+Blue) = 102+127+194=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #667FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FC2 is #99803D. Grayscale: #7E7E7E. Windows color (decimal): -10059838 or 12746598. OLE color: 12746598.
HSL color Cylindrical-coordinate representation of color #667FC2: hue angle of 223.7º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667FC2 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 127 | 194 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.24 |
| HSL | 223.7º | 0.43% | 0.58% | - |
| HSV(B) | 223.7º | 0.47% | 0.76% | - |
| XYZ | 22.81 | 21.9 | 54.06 | - |
| YUV | 127.16 | 165.72 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 194 | 0.47 | 0.35 | 0 | 0.24 | 223.7 | 0.43 | 0.58 |
| Hex | 66 | 7F | C2 | 2F | 23 | 0 | 18 | E0 | 2B | 3A |
| Octal | 146 | 177 | 302 | 57 | 43 | 0 | 30 | 340 | 53 | 72 |
| Binary | 1100110 | 1111111 | 11000010 | 101111 | 100011 | 0 | 11000 | 11100000 | 101011 | 111010 |
Color Harmonies of #667FC2
Complementary color
Monochromatic Colors of #667FC2
Black with #667FC2
Text Example
Text Example
White with #667FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FC2; }
p { color: rgb(102,127,194); }
H1.HeaderClassName
{
color: #667FC2;
}
.AnyTagClassName
{
color: #667FC2;
}
</style>
background-color css
<style>
a { background-color: #667FC2; }
a { background-color: rgb(102,127,194); }
div.DivClassName
{
background-color: #667FC2;
}
.BgClassName
{
background-color: #667FC2;
}
</style>
border-color css
<style>
span { border-color: #667FC2; }
span { border-color: rgb(102,127,194); }
td.TdClassName
{
border-color: #667FC2;
}
.TagClassName
{
border-color: #667FC2;
}
</style>