Shades of Havelock Blue #6283CB
Tints of Havelock Blue #6283CB
RGB
CMYK
RGB Variations
Color information
#6283CB (or 0x6283CB) is known color: Havelock Blue. HEX triplet: 62, 83 and CB. RGB value is (98,131,203). Sum of RGB (Red+Green+Blue) = 98+131+203=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #6283CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283CB is #9D7C34. Grayscale: #818181. Windows color (decimal): -10320949 or 13337442. OLE color: 13337442.
HSL color Cylindrical-coordinate representation of color #6283CB: hue angle of 221.14º 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 #6283CB is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 131 | 203 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.20 |
| HSL | 221.14º | 0.5% | 0.59% | - |
| HSV(B) | 221.14º | 0.52% | 0.8% | - |
| XYZ | 23.93 | 23.14 | 59.71 | - |
| YUV | 129.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 203 | 0.52 | 0.35 | 0 | 0.20 | 221.14 | 0.5 | 0.59 |
| Hex | 62 | 83 | CB | 34 | 23 | 0 | 14 | DD | 32 | 3B |
| Octal | 142 | 203 | 313 | 64 | 43 | 0 | 24 | 335 | 62 | 73 |
| Binary | 1100010 | 10000011 | 11001011 | 110100 | 100011 | 0 | 10100 | 11011101 | 110010 | 111011 |
Color Harmonies of #6283CB
Complementary color
Monochromatic Colors of #6283CB
Black with #6283CB
Text Example
Text Example
White with #6283CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283CB; }
p { color: rgb(98,131,203); }
H1.HeaderClassName
{
color: #6283CB;
}
.AnyTagClassName
{
color: #6283CB;
}
</style>
background-color css
<style>
a { background-color: #6283CB; }
a { background-color: rgb(98,131,203); }
div.DivClassName
{
background-color: #6283CB;
}
.BgClassName
{
background-color: #6283CB;
}
</style>
border-color css
<style>
span { border-color: #6283CB; }
span { border-color: rgb(98,131,203); }
td.TdClassName
{
border-color: #6283CB;
}
.TagClassName
{
border-color: #6283CB;
}
</style>