Shades of Havelock Blue #667FC4
Tints of Havelock Blue #667FC4
RGB
CMYK
RGB Variations
Color information
#667FC4 (or 0x667FC4) is known color: Havelock Blue. HEX triplet: 66, 7F and C4. RGB value is (102,127,196). Sum of RGB (Red+Green+Blue) = 102+127+196=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #667FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FC4 is #99803B. Grayscale: #7F7F7F. Windows color (decimal): -10059836 or 12877670. OLE color: 12877670.
HSL color Cylindrical-coordinate representation of color #667FC4: hue angle of 224.04º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #667FC4 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 127 | 196 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.23 |
| HSL | 224.04º | 0.44% | 0.58% | - |
| HSV(B) | 224.04º | 0.48% | 0.77% | - |
| XYZ | 23.03 | 21.99 | 55.25 | - |
| YUV | 127.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 196 | 0.48 | 0.35 | 0 | 0.23 | 224.04 | 0.44 | 0.58 |
| Hex | 66 | 7F | C4 | 30 | 23 | 0 | 17 | E0 | 2C | 3A |
| Octal | 146 | 177 | 304 | 60 | 43 | 0 | 27 | 340 | 54 | 72 |
| Binary | 1100110 | 1111111 | 11000100 | 110000 | 100011 | 0 | 10111 | 11100000 | 101100 | 111010 |
Color Harmonies of #667FC4
Complementary color
Monochromatic Colors of #667FC4
Black with #667FC4
Text Example
Text Example
White with #667FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FC4; }
p { color: rgb(102,127,196); }
H1.HeaderClassName
{
color: #667FC4;
}
.AnyTagClassName
{
color: #667FC4;
}
</style>
background-color css
<style>
a { background-color: #667FC4; }
a { background-color: rgb(102,127,196); }
div.DivClassName
{
background-color: #667FC4;
}
.BgClassName
{
background-color: #667FC4;
}
</style>
border-color css
<style>
span { border-color: #667FC4; }
span { border-color: rgb(102,127,196); }
td.TdClassName
{
border-color: #667FC4;
}
.TagClassName
{
border-color: #667FC4;
}
</style>