Shades of Havelock Blue #6479CE
Tints of Havelock Blue #6479CE
RGB
CMYK
RGB Variations
Color information
#6479CE (or 0x6479CE) is known color: Havelock Blue. HEX triplet: 64, 79 and CE. RGB value is (100,121,206). Sum of RGB (Red+Green+Blue) = 100+121+206=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #6479CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6479CE is #9B8631. Grayscale: #7C7C7C. Windows color (decimal): -10192434 or 13531492. OLE color: 13531492.
HSL color Cylindrical-coordinate representation of color #6479CE: hue angle of 228.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6479CE is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 121 | 206 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.19 |
| HSL | 228.11º | 0.52% | 0.6% | - |
| HSV(B) | 228.11º | 0.51% | 0.81% | - |
| XYZ | 23.23 | 20.84 | 61.19 | - |
| YUV | 124.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 206 | 0.51 | 0.41 | 0 | 0.19 | 228.11 | 0.52 | 0.6 |
| Hex | 64 | 79 | CE | 33 | 29 | 0 | 13 | E4 | 34 | 3C |
| Octal | 144 | 171 | 316 | 63 | 51 | 0 | 23 | 344 | 64 | 74 |
| Binary | 1100100 | 1111001 | 11001110 | 110011 | 101001 | 0 | 10011 | 11100100 | 110100 | 111100 |
Color Harmonies of #6479CE
Complementary color
Monochromatic Colors of #6479CE
Black with #6479CE
Text Example
Text Example
White with #6479CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479CE; }
p { color: rgb(100,121,206); }
H1.HeaderClassName
{
color: #6479CE;
}
.AnyTagClassName
{
color: #6479CE;
}
</style>
background-color css
<style>
a { background-color: #6479CE; }
a { background-color: rgb(100,121,206); }
div.DivClassName
{
background-color: #6479CE;
}
.BgClassName
{
background-color: #6479CE;
}
</style>
border-color css
<style>
span { border-color: #6479CE; }
span { border-color: rgb(100,121,206); }
td.TdClassName
{
border-color: #6479CE;
}
.TagClassName
{
border-color: #6479CE;
}
</style>