Shades of Havelock Blue #6485CB
Tints of Havelock Blue #6485CB
RGB
CMYK
RGB Variations
Color information
#6485CB (or 0x6485CB) is known color: Havelock Blue. HEX triplet: 64, 85 and CB. RGB value is (100,133,203). Sum of RGB (Red+Green+Blue) = 100+133+203=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6485CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6485CB is #9B7A34. Grayscale: #828282. Windows color (decimal): -10189365 or 13337956. OLE color: 13337956.
HSL color Cylindrical-coordinate representation of color #6485CB: hue angle of 220.78º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6485CB is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 133 | 203 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.20 |
| HSL | 220.78º | 0.5% | 0.59% | - |
| HSV(B) | 220.78º | 0.51% | 0.8% | - |
| XYZ | 24.42 | 23.8 | 59.81 | - |
| YUV | 131.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 203 | 0.51 | 0.34 | 0 | 0.20 | 220.78 | 0.5 | 0.59 |
| Hex | 64 | 85 | CB | 33 | 22 | 0 | 14 | DD | 32 | 3B |
| Octal | 144 | 205 | 313 | 63 | 42 | 0 | 24 | 335 | 62 | 73 |
| Binary | 1100100 | 10000101 | 11001011 | 110011 | 100010 | 0 | 10100 | 11011101 | 110010 | 111011 |
Color Harmonies of #6485CB
Complementary color
Monochromatic Colors of #6485CB
Black with #6485CB
Text Example
Text Example
White with #6485CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6485CB; }
p { color: rgb(100,133,203); }
H1.HeaderClassName
{
color: #6485CB;
}
.AnyTagClassName
{
color: #6485CB;
}
</style>
background-color css
<style>
a { background-color: #6485CB; }
a { background-color: rgb(100,133,203); }
div.DivClassName
{
background-color: #6485CB;
}
.BgClassName
{
background-color: #6485CB;
}
</style>
border-color css
<style>
span { border-color: #6485CB; }
span { border-color: rgb(100,133,203); }
td.TdClassName
{
border-color: #6485CB;
}
.TagClassName
{
border-color: #6485CB;
}
</style>