Shades of Havelock Blue #6382CF
Tints of Havelock Blue #6382CF
RGB
CMYK
RGB Variations
Color information
#6382CF (or 0x6382CF) is known color: Havelock Blue. HEX triplet: 63, 82 and CF. RGB value is (99,130,207). Sum of RGB (Red+Green+Blue) = 99+130+207=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #6382CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382CF is #9C7D30. Grayscale: #818181. Windows color (decimal): -10255665 or 13599331. OLE color: 13599331.
HSL color Cylindrical-coordinate representation of color #6382CF: hue angle of 222.78º degrees, saturation: 0.53, 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 #6382CF is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 130 | 207 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.19 |
| HSL | 222.78º | 0.53% | 0.6% | - |
| HSV(B) | 222.78º | 0.52% | 0.81% | - |
| XYZ | 24.39 | 23.12 | 62.21 | - |
| YUV | 129.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 207 | 0.52 | 0.37 | 0 | 0.19 | 222.78 | 0.53 | 0.6 |
| Hex | 63 | 82 | CF | 34 | 25 | 0 | 13 | DF | 35 | 3C |
| Octal | 143 | 202 | 317 | 64 | 45 | 0 | 23 | 337 | 65 | 74 |
| Binary | 1100011 | 10000010 | 11001111 | 110100 | 100101 | 0 | 10011 | 11011111 | 110101 | 111100 |
Color Harmonies of #6382CF
Complementary color
Monochromatic Colors of #6382CF
Black with #6382CF
Text Example
Text Example
White with #6382CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6382CF; }
p { color: rgb(99,130,207); }
H1.HeaderClassName
{
color: #6382CF;
}
.AnyTagClassName
{
color: #6382CF;
}
</style>
background-color css
<style>
a { background-color: #6382CF; }
a { background-color: rgb(99,130,207); }
div.DivClassName
{
background-color: #6382CF;
}
.BgClassName
{
background-color: #6382CF;
}
</style>
border-color css
<style>
span { border-color: #6382CF; }
span { border-color: rgb(99,130,207); }
td.TdClassName
{
border-color: #6382CF;
}
.TagClassName
{
border-color: #6382CF;
}
</style>