Shades of Havelock Blue #6283CC
Tints of Havelock Blue #6283CC
RGB
CMYK
RGB Variations
Color information
#6283CC (or 0x6283CC) is known color: Havelock Blue. HEX triplet: 62, 83 and CC. RGB value is (98,131,204). Sum of RGB (Red+Green+Blue) = 98+131+204=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #6283CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283CC is #9D7C33. Grayscale: #818181. Windows color (decimal): -10320948 or 13402978. OLE color: 13402978.
HSL color Cylindrical-coordinate representation of color #6283CC: hue angle of 221.32º degrees, saturation: 0.51, 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 #6283CC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 131 | 204 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.2 |
| HSL | 221.32º | 0.51% | 0.59% | - |
| HSV(B) | 221.32º | 0.52% | 0.8% | - |
| XYZ | 24.05 | 23.19 | 60.33 | - |
| YUV | 129.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 204 | 0.52 | 0.36 | 0 | 0.2 | 221.32 | 0.51 | 0.59 |
| Hex | 62 | 83 | CC | 34 | 24 | 0 | 14 | DD | 33 | 3B |
| Octal | 142 | 203 | 314 | 64 | 44 | 0 | 24 | 335 | 63 | 73 |
| Binary | 1100010 | 10000011 | 11001100 | 110100 | 100100 | 0 | 10100 | 11011101 | 110011 | 111011 |
Color Harmonies of #6283CC
Complementary color
Monochromatic Colors of #6283CC
Black with #6283CC
Text Example
Text Example
White with #6283CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6283CC; }
p { color: rgb(98,131,204); }
H1.HeaderClassName
{
color: #6283CC;
}
.AnyTagClassName
{
color: #6283CC;
}
</style>
background-color css
<style>
a { background-color: #6283CC; }
a { background-color: rgb(98,131,204); }
div.DivClassName
{
background-color: #6283CC;
}
.BgClassName
{
background-color: #6283CC;
}
</style>
border-color css
<style>
span { border-color: #6283CC; }
span { border-color: rgb(98,131,204); }
td.TdClassName
{
border-color: #6283CC;
}
.TagClassName
{
border-color: #6283CC;
}
</style>