Shades of Havelock Blue #6480CE
Tints of Havelock Blue #6480CE
RGB
CMYK
RGB Variations
Color information
#6480CE (or 0x6480CE) is known color: Havelock Blue. HEX triplet: 64, 80 and CE. RGB value is (100,128,206). Sum of RGB (Red+Green+Blue) = 100+128+206=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #6480CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480CE is #9B7F31. Grayscale: #808080. Windows color (decimal): -10190642 or 13533284. OLE color: 13533284.
HSL color Cylindrical-coordinate representation of color #6480CE: hue angle of 224.15º 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 #6480CE is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 128 | 206 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.19 |
| HSL | 224.15º | 0.52% | 0.6% | - |
| HSV(B) | 224.15º | 0.51% | 0.81% | - |
| XYZ | 24.12 | 22.6 | 61.48 | - |
| YUV | 128.52 | 171.72 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 206 | 0.51 | 0.38 | 0 | 0.19 | 224.15 | 0.52 | 0.6 |
| Hex | 64 | 80 | CE | 33 | 26 | 0 | 13 | E0 | 34 | 3C |
| Octal | 144 | 200 | 316 | 63 | 46 | 0 | 23 | 340 | 64 | 74 |
| Binary | 1100100 | 10000000 | 11001110 | 110011 | 100110 | 0 | 10011 | 11100000 | 110100 | 111100 |
Color Harmonies of #6480CE
Complementary color
Monochromatic Colors of #6480CE
Black with #6480CE
Text Example
Text Example
White with #6480CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6480CE; }
p { color: rgb(100,128,206); }
H1.HeaderClassName
{
color: #6480CE;
}
.AnyTagClassName
{
color: #6480CE;
}
</style>
background-color css
<style>
a { background-color: #6480CE; }
a { background-color: rgb(100,128,206); }
div.DivClassName
{
background-color: #6480CE;
}
.BgClassName
{
background-color: #6480CE;
}
</style>
border-color css
<style>
span { border-color: #6480CE; }
span { border-color: rgb(100,128,206); }
td.TdClassName
{
border-color: #6480CE;
}
.TagClassName
{
border-color: #6480CE;
}
</style>