Shades of Havelock Blue #6280BE
Tints of Havelock Blue #6280BE
RGB
CMYK
RGB Variations
Color information
#6280BE (or 0x6280BE) is known color: Havelock Blue. HEX triplet: 62, 80 and BE. RGB value is (98,128,190). Sum of RGB (Red+Green+Blue) = 98+128+190=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #6280BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6280BE is #9D7F41. Grayscale: #7D7D7D. Windows color (decimal): -10321730 or 12484706. OLE color: 12484706.
HSL color Cylindrical-coordinate representation of color #6280BE: hue angle of 220.43º 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 #6280BE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 128 | 190 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.25 |
| HSL | 220.43º | 0.41% | 0.56% | - |
| HSV(B) | 220.43º | 0.48% | 0.75% | - |
| XYZ | 22.05 | 21.75 | 51.75 | - |
| YUV | 126.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 128 | 190 | 0.48 | 0.33 | 0 | 0.25 | 220.43 | 0.41 | 0.56 |
| Hex | 62 | 80 | BE | 30 | 21 | 0 | 19 | DC | 29 | 38 |
| Octal | 142 | 200 | 276 | 60 | 41 | 0 | 31 | 334 | 51 | 70 |
| Binary | 1100010 | 10000000 | 10111110 | 110000 | 100001 | 0 | 11001 | 11011100 | 101001 | 111000 |
Color Harmonies of #6280BE
Complementary color
Monochromatic Colors of #6280BE
Black with #6280BE
Text Example
Text Example
White with #6280BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6280BE; }
p { color: rgb(98,128,190); }
H1.HeaderClassName
{
color: #6280BE;
}
.AnyTagClassName
{
color: #6280BE;
}
</style>
background-color css
<style>
a { background-color: #6280BE; }
a { background-color: rgb(98,128,190); }
div.DivClassName
{
background-color: #6280BE;
}
.BgClassName
{
background-color: #6280BE;
}
</style>
border-color css
<style>
span { border-color: #6280BE; }
span { border-color: rgb(98,128,190); }
td.TdClassName
{
border-color: #6280BE;
}
.TagClassName
{
border-color: #6280BE;
}
</style>