Shades of Havelock Blue #6285CC
Tints of Havelock Blue #6285CC
RGB
CMYK
RGB Variations
Color information
#6285CC (or 0x6285CC) is known color: Havelock Blue. HEX triplet: 62, 85 and CC. RGB value is (98,133,204). Sum of RGB (Red+Green+Blue) = 98+133+204=435 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.53% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #6285CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285CC is #9D7A33. Grayscale: #828282. Windows color (decimal): -10320436 or 13403490. OLE color: 13403490.
HSL color Cylindrical-coordinate representation of color #6285CC: hue angle of 220.19º 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 #6285CC is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 133 | 204 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.2 |
| HSL | 220.19º | 0.51% | 0.59% | - |
| HSV(B) | 220.19º | 0.52% | 0.8% | - |
| XYZ | 24.32 | 23.73 | 60.43 | - |
| YUV | 130.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 204 | 0.52 | 0.35 | 0 | 0.2 | 220.19 | 0.51 | 0.59 |
| Hex | 62 | 85 | CC | 34 | 23 | 0 | 14 | DC | 33 | 3B |
| Octal | 142 | 205 | 314 | 64 | 43 | 0 | 24 | 334 | 63 | 73 |
| Binary | 1100010 | 10000101 | 11001100 | 110100 | 100011 | 0 | 10100 | 11011100 | 110011 | 111011 |
Color Harmonies of #6285CC
Complementary color
Monochromatic Colors of #6285CC
Black with #6285CC
Text Example
Text Example
White with #6285CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6285CC; }
p { color: rgb(98,133,204); }
H1.HeaderClassName
{
color: #6285CC;
}
.AnyTagClassName
{
color: #6285CC;
}
</style>
background-color css
<style>
a { background-color: #6285CC; }
a { background-color: rgb(98,133,204); }
div.DivClassName
{
background-color: #6285CC;
}
.BgClassName
{
background-color: #6285CC;
}
</style>
border-color css
<style>
span { border-color: #6285CC; }
span { border-color: rgb(98,133,204); }
td.TdClassName
{
border-color: #6285CC;
}
.TagClassName
{
border-color: #6285CC;
}
</style>