Shades of Havelock Blue #6282BE
Tints of Havelock Blue #6282BE
RGB
CMYK
RGB Variations
Color information
#6282BE (or 0x6282BE) is known color: Havelock Blue. HEX triplet: 62, 82 and BE. RGB value is (98,130,190). Sum of RGB (Red+Green+Blue) = 98+130+190=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #6282BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282BE is #9D7D41. Grayscale: #7F7F7F. Windows color (decimal): -10321218 or 12485218. OLE color: 12485218.
HSL color Cylindrical-coordinate representation of color #6282BE: hue angle of 219.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6282BE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 130 | 190 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.25 |
| HSL | 219.13º | 0.41% | 0.56% | - |
| HSV(B) | 219.13º | 0.48% | 0.75% | - |
| XYZ | 22.31 | 22.28 | 51.84 | - |
| YUV | 127.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 190 | 0.48 | 0.32 | 0 | 0.25 | 219.13 | 0.41 | 0.56 |
| Hex | 62 | 82 | BE | 30 | 20 | 0 | 19 | DB | 29 | 38 |
| Octal | 142 | 202 | 276 | 60 | 40 | 0 | 31 | 333 | 51 | 70 |
| Binary | 1100010 | 10000010 | 10111110 | 110000 | 100000 | 0 | 11001 | 11011011 | 101001 | 111000 |
Color Harmonies of #6282BE
Complementary color
Monochromatic Colors of #6282BE
Black with #6282BE
Text Example
Text Example
White with #6282BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282BE; }
p { color: rgb(98,130,190); }
H1.HeaderClassName
{
color: #6282BE;
}
.AnyTagClassName
{
color: #6282BE;
}
</style>
background-color css
<style>
a { background-color: #6282BE; }
a { background-color: rgb(98,130,190); }
div.DivClassName
{
background-color: #6282BE;
}
.BgClassName
{
background-color: #6282BE;
}
</style>
border-color css
<style>
span { border-color: #6282BE; }
span { border-color: rgb(98,130,190); }
td.TdClassName
{
border-color: #6282BE;
}
.TagClassName
{
border-color: #6282BE;
}
</style>