Shades of Havelock Blue #6182CB
Tints of Havelock Blue #6182CB
RGB
CMYK
RGB Variations
Color information
#6182CB (or 0x6182CB) is known color: Havelock Blue. HEX triplet: 61, 82 and CB. RGB value is (97,130,203). Sum of RGB (Red+Green+Blue) = 97+130+203=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #6182CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6182CB is #9E7D34. Grayscale: #808080. Windows color (decimal): -10386741 or 13337185. OLE color: 13337185.
HSL color Cylindrical-coordinate representation of color #6182CB: hue angle of 221.32º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6182CB is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 130 | 203 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.20 |
| HSL | 221.32º | 0.5% | 0.59% | - |
| HSV(B) | 221.32º | 0.52% | 0.8% | - |
| XYZ | 23.69 | 22.82 | 59.66 | - |
| YUV | 128.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 203 | 0.52 | 0.36 | 0 | 0.20 | 221.32 | 0.5 | 0.59 |
| Hex | 61 | 82 | CB | 34 | 24 | 0 | 14 | DD | 32 | 3B |
| Octal | 141 | 202 | 313 | 64 | 44 | 0 | 24 | 335 | 62 | 73 |
| Binary | 1100001 | 10000010 | 11001011 | 110100 | 100100 | 0 | 10100 | 11011101 | 110010 | 111011 |
Color Harmonies of #6182CB
Complementary color
Monochromatic Colors of #6182CB
Black with #6182CB
Text Example
Text Example
White with #6182CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6182CB; }
p { color: rgb(97,130,203); }
H1.HeaderClassName
{
color: #6182CB;
}
.AnyTagClassName
{
color: #6182CB;
}
</style>
background-color css
<style>
a { background-color: #6182CB; }
a { background-color: rgb(97,130,203); }
div.DivClassName
{
background-color: #6182CB;
}
.BgClassName
{
background-color: #6182CB;
}
</style>
border-color css
<style>
span { border-color: #6182CB; }
span { border-color: rgb(97,130,203); }
td.TdClassName
{
border-color: #6182CB;
}
.TagClassName
{
border-color: #6182CB;
}
</style>