Shades of Havelock Blue #6280CB
Tints of Havelock Blue #6280CB
RGB
CMYK
RGB Variations
Color information
#6280CB (or 0x6280CB) is known color: Havelock Blue. HEX triplet: 62, 80 and CB. RGB value is (98,128,203). Sum of RGB (Red+Green+Blue) = 98+128+203=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #6280CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280CB is #9D7F34. Grayscale: #7F7F7F. Windows color (decimal): -10321717 or 13336674. OLE color: 13336674.
HSL color Cylindrical-coordinate representation of color #6280CB: hue angle of 222.86º 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 #6280CB is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 128 | 203 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.20 |
| HSL | 222.86º | 0.5% | 0.59% | - |
| HSV(B) | 222.86º | 0.52% | 0.8% | - |
| XYZ | 23.54 | 22.35 | 59.57 | - |
| YUV | 127.58 | 170.56 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 128 | 203 | 0.52 | 0.37 | 0 | 0.20 | 222.86 | 0.5 | 0.59 |
| Hex | 62 | 80 | CB | 34 | 25 | 0 | 14 | DF | 32 | 3B |
| Octal | 142 | 200 | 313 | 64 | 45 | 0 | 24 | 337 | 62 | 73 |
| Binary | 1100010 | 10000000 | 11001011 | 110100 | 100101 | 0 | 10100 | 11011111 | 110010 | 111011 |
Color Harmonies of #6280CB
Complementary color
Monochromatic Colors of #6280CB
Black with #6280CB
Text Example
Text Example
White with #6280CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6280CB; }
p { color: rgb(98,128,203); }
H1.HeaderClassName
{
color: #6280CB;
}
.AnyTagClassName
{
color: #6280CB;
}
</style>
background-color css
<style>
a { background-color: #6280CB; }
a { background-color: rgb(98,128,203); }
div.DivClassName
{
background-color: #6280CB;
}
.BgClassName
{
background-color: #6280CB;
}
</style>
border-color css
<style>
span { border-color: #6280CB; }
span { border-color: rgb(98,128,203); }
td.TdClassName
{
border-color: #6280CB;
}
.TagClassName
{
border-color: #6280CB;
}
</style>