Shades of Havelock Blue #6485CE
Tints of Havelock Blue #6485CE
RGB
CMYK
RGB Variations
Color information
#6485CE (or 0x6485CE) is known color: Havelock Blue. HEX triplet: 64, 85 and CE. RGB value is (100,133,206). Sum of RGB (Red+Green+Blue) = 100+133+206=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #6485CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6485CE is #9B7A31. Grayscale: #838383. Windows color (decimal): -10189362 or 13534564. OLE color: 13534564.
HSL color Cylindrical-coordinate representation of color #6485CE: hue angle of 221.32º 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 #6485CE is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 133 | 206 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.19 |
| HSL | 221.32º | 0.52% | 0.6% | - |
| HSV(B) | 221.32º | 0.51% | 0.81% | - |
| XYZ | 24.78 | 23.94 | 61.71 | - |
| YUV | 131.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 206 | 0.51 | 0.35 | 0 | 0.19 | 221.32 | 0.52 | 0.6 |
| Hex | 64 | 85 | CE | 33 | 23 | 0 | 13 | DD | 34 | 3C |
| Octal | 144 | 205 | 316 | 63 | 43 | 0 | 23 | 335 | 64 | 74 |
| Binary | 1100100 | 10000101 | 11001110 | 110011 | 100011 | 0 | 10011 | 11011101 | 110100 | 111100 |
Color Harmonies of #6485CE
Complementary color
Monochromatic Colors of #6485CE
Black with #6485CE
Text Example
Text Example
White with #6485CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6485CE; }
p { color: rgb(100,133,206); }
H1.HeaderClassName
{
color: #6485CE;
}
.AnyTagClassName
{
color: #6485CE;
}
</style>
background-color css
<style>
a { background-color: #6485CE; }
a { background-color: rgb(100,133,206); }
div.DivClassName
{
background-color: #6485CE;
}
.BgClassName
{
background-color: #6485CE;
}
</style>
border-color css
<style>
span { border-color: #6485CE; }
span { border-color: rgb(100,133,206); }
td.TdClassName
{
border-color: #6485CE;
}
.TagClassName
{
border-color: #6485CE;
}
</style>