Shades of Havelock Blue #6382CE
Tints of Havelock Blue #6382CE
RGB
CMYK
RGB Variations
Color information
#6382CE (or 0x6382CE) is known color: Havelock Blue. HEX triplet: 63, 82 and CE. RGB value is (99,130,206). Sum of RGB (Red+Green+Blue) = 99+130+206=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 130 (51.17% from 255 or 29.89% 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 #6382CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382CE is #9C7D31. Grayscale: #818181. Windows color (decimal): -10255666 or 13533795. OLE color: 13533795.
HSL color Cylindrical-coordinate representation of color #6382CE: hue angle of 222.62º 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 #6382CE is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 130 | 206 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.19 |
| HSL | 222.62º | 0.52% | 0.6% | - |
| HSV(B) | 222.62º | 0.52% | 0.81% | - |
| XYZ | 24.27 | 23.07 | 61.57 | - |
| YUV | 129.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 206 | 0.52 | 0.37 | 0 | 0.19 | 222.62 | 0.52 | 0.6 |
| Hex | 63 | 82 | CE | 34 | 25 | 0 | 13 | DF | 34 | 3C |
| Octal | 143 | 202 | 316 | 64 | 45 | 0 | 23 | 337 | 64 | 74 |
| Binary | 1100011 | 10000010 | 11001110 | 110100 | 100101 | 0 | 10011 | 11011111 | 110100 | 111100 |
Color Harmonies of #6382CE
Complementary color
Monochromatic Colors of #6382CE
Black with #6382CE
Text Example
Text Example
White with #6382CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6382CE; }
p { color: rgb(99,130,206); }
H1.HeaderClassName
{
color: #6382CE;
}
.AnyTagClassName
{
color: #6382CE;
}
</style>
background-color css
<style>
a { background-color: #6382CE; }
a { background-color: rgb(99,130,206); }
div.DivClassName
{
background-color: #6382CE;
}
.BgClassName
{
background-color: #6382CE;
}
</style>
border-color css
<style>
span { border-color: #6382CE; }
span { border-color: rgb(99,130,206); }
td.TdClassName
{
border-color: #6382CE;
}
.TagClassName
{
border-color: #6382CE;
}
</style>