Shades of Havelock Blue #6282CD
Tints of Havelock Blue #6282CD
RGB
CMYK
RGB Variations
Color information
#6282CD (or 0x6282CD) is known color: Havelock Blue. HEX triplet: 62, 82 and CD. RGB value is (98,130,205). Sum of RGB (Red+Green+Blue) = 98+130+205=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #6282CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282CD is #9D7D32. Grayscale: #808080. Windows color (decimal): -10321203 or 13468258. OLE color: 13468258.
HSL color Cylindrical-coordinate representation of color #6282CD: hue angle of 222.06º degrees, saturation: 0.52, 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 #6282CD is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 130 | 205 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.20 |
| HSL | 222.06º | 0.52% | 0.59% | - |
| HSV(B) | 222.06º | 0.52% | 0.8% | - |
| XYZ | 24.04 | 22.97 | 60.92 | - |
| YUV | 128.98 | 170.9 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 205 | 0.52 | 0.37 | 0 | 0.20 | 222.06 | 0.52 | 0.59 |
| Hex | 62 | 82 | CD | 34 | 25 | 0 | 14 | DE | 34 | 3B |
| Octal | 142 | 202 | 315 | 64 | 45 | 0 | 24 | 336 | 64 | 73 |
| Binary | 1100010 | 10000010 | 11001101 | 110100 | 100101 | 0 | 10100 | 11011110 | 110100 | 111011 |
Color Harmonies of #6282CD
Complementary color
Monochromatic Colors of #6282CD
Black with #6282CD
Text Example
Text Example
White with #6282CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6282CD; }
p { color: rgb(98,130,205); }
H1.HeaderClassName
{
color: #6282CD;
}
.AnyTagClassName
{
color: #6282CD;
}
</style>
background-color css
<style>
a { background-color: #6282CD; }
a { background-color: rgb(98,130,205); }
div.DivClassName
{
background-color: #6282CD;
}
.BgClassName
{
background-color: #6282CD;
}
</style>
border-color css
<style>
span { border-color: #6282CD; }
span { border-color: rgb(98,130,205); }
td.TdClassName
{
border-color: #6282CD;
}
.TagClassName
{
border-color: #6282CD;
}
</style>