Shades of Havelock Blue #6282BC
Tints of Havelock Blue #6282BC
RGB
CMYK
RGB Variations
Color information
#6282BC (or 0x6282BC) is known color: Havelock Blue. HEX triplet: 62, 82 and BC. RGB value is (98,130,188). Sum of RGB (Red+Green+Blue) = 98+130+188=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #6282BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282BC is #9D7D43. Grayscale: #7E7E7E. Windows color (decimal): -10321220 or 12354146. OLE color: 12354146.
HSL color Cylindrical-coordinate representation of color #6282BC: hue angle of 218.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6282BC is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 130 | 188 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.26 |
| HSL | 218.67º | 0.4% | 0.56% | - |
| HSV(B) | 218.67º | 0.48% | 0.74% | - |
| XYZ | 22.1 | 22.19 | 50.7 | - |
| YUV | 127.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 188 | 0.48 | 0.31 | 0 | 0.26 | 218.67 | 0.4 | 0.56 |
| Hex | 62 | 82 | BC | 30 | 1F | 0 | 1A | DB | 28 | 38 |
| Octal | 142 | 202 | 274 | 60 | 37 | 0 | 32 | 333 | 50 | 70 |
| Binary | 1100010 | 10000010 | 10111100 | 110000 | 11111 | 0 | 11010 | 11011011 | 101000 | 111000 |
Color Harmonies of #6282BC
Complementary color
Monochromatic Colors of #6282BC
Black with #6282BC
Text Example
Text Example
White with #6282BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282BC; }
p { color: rgb(98,130,188); }
H1.HeaderClassName
{
color: #6282BC;
}
.AnyTagClassName
{
color: #6282BC;
}
</style>
background-color css
<style>
a { background-color: #6282BC; }
a { background-color: rgb(98,130,188); }
div.DivClassName
{
background-color: #6282BC;
}
.BgClassName
{
background-color: #6282BC;
}
</style>
border-color css
<style>
span { border-color: #6282BC; }
span { border-color: rgb(98,130,188); }
td.TdClassName
{
border-color: #6282BC;
}
.TagClassName
{
border-color: #6282BC;
}
</style>