Shades of Havelock Blue #6283C0
Tints of Havelock Blue #6283C0
RGB
CMYK
RGB Variations
Color information
#6283C0 (or 0x6283C0) is known color: Havelock Blue. HEX triplet: 62, 83 and C0. RGB value is (98,131,192). Sum of RGB (Red+Green+Blue) = 98+131+192=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #6283C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283C0 is #9D7C3F. Grayscale: #7F7F7F. Windows color (decimal): -10320960 or 12616546. OLE color: 12616546.
HSL color Cylindrical-coordinate representation of color #6283C0: hue angle of 218.94º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6283C0 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 131 | 192 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.25 |
| HSL | 218.94º | 0.43% | 0.57% | - |
| HSV(B) | 218.94º | 0.49% | 0.75% | - |
| XYZ | 22.67 | 22.64 | 53.04 | - |
| YUV | 128.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 192 | 0.49 | 0.32 | 0 | 0.25 | 218.94 | 0.43 | 0.57 |
| Hex | 62 | 83 | C0 | 31 | 20 | 0 | 19 | DB | 2B | 39 |
| Octal | 142 | 203 | 300 | 61 | 40 | 0 | 31 | 333 | 53 | 71 |
| Binary | 1100010 | 10000011 | 11000000 | 110001 | 100000 | 0 | 11001 | 11011011 | 101011 | 111001 |
Color Harmonies of #6283C0
Complementary color
Monochromatic Colors of #6283C0
Black with #6283C0
Text Example
Text Example
White with #6283C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283C0; }
p { color: rgb(98,131,192); }
H1.HeaderClassName
{
color: #6283C0;
}
.AnyTagClassName
{
color: #6283C0;
}
</style>
background-color css
<style>
a { background-color: #6283C0; }
a { background-color: rgb(98,131,192); }
div.DivClassName
{
background-color: #6283C0;
}
.BgClassName
{
background-color: #6283C0;
}
</style>
border-color css
<style>
span { border-color: #6283C0; }
span { border-color: rgb(98,131,192); }
td.TdClassName
{
border-color: #6283C0;
}
.TagClassName
{
border-color: #6283C0;
}
</style>