Shades of Havelock Blue #6283CE
Tints of Havelock Blue #6283CE
RGB
CMYK
RGB Variations
Color information
#6283CE (or 0x6283CE) is known color: Havelock Blue. HEX triplet: 62, 83 and CE. RGB value is (98,131,206). Sum of RGB (Red+Green+Blue) = 98+131+206=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #6283CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283CE is #9D7C31. Grayscale: #818181. Windows color (decimal): -10320946 or 13534050. OLE color: 13534050.
HSL color Cylindrical-coordinate representation of color #6283CE: hue angle of 221.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6283CE is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 131 | 206 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.19 |
| HSL | 221.67º | 0.52% | 0.6% | - |
| HSV(B) | 221.67º | 0.52% | 0.81% | - |
| XYZ | 24.29 | 23.29 | 61.61 | - |
| YUV | 129.68 | 171.07 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 206 | 0.52 | 0.36 | 0 | 0.19 | 221.67 | 0.52 | 0.6 |
| Hex | 62 | 83 | CE | 34 | 24 | 0 | 13 | DE | 34 | 3C |
| Octal | 142 | 203 | 316 | 64 | 44 | 0 | 23 | 336 | 64 | 74 |
| Binary | 1100010 | 10000011 | 11001110 | 110100 | 100100 | 0 | 10011 | 11011110 | 110100 | 111100 |
Color Harmonies of #6283CE
Complementary color
Monochromatic Colors of #6283CE
Black with #6283CE
Text Example
Text Example
White with #6283CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283CE; }
p { color: rgb(98,131,206); }
H1.HeaderClassName
{
color: #6283CE;
}
.AnyTagClassName
{
color: #6283CE;
}
</style>
background-color css
<style>
a { background-color: #6283CE; }
a { background-color: rgb(98,131,206); }
div.DivClassName
{
background-color: #6283CE;
}
.BgClassName
{
background-color: #6283CE;
}
</style>
border-color css
<style>
span { border-color: #6283CE; }
span { border-color: rgb(98,131,206); }
td.TdClassName
{
border-color: #6283CE;
}
.TagClassName
{
border-color: #6283CE;
}
</style>