Shades of Havelock Blue #6382BF
Tints of Havelock Blue #6382BF
RGB
CMYK
RGB Variations
Color information
#6382BF (or 0x6382BF) is known color: Havelock Blue. HEX triplet: 63, 82 and BF. RGB value is (99,130,191). Sum of RGB (Red+Green+Blue) = 99+130+191=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #6382BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382BF is #9C7D40. Grayscale: #7F7F7F. Windows color (decimal): -10255681 or 12550755. OLE color: 12550755.
HSL color Cylindrical-coordinate representation of color #6382BF: hue angle of 219.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6382BF is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 130 | 191 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.25 |
| HSL | 219.78º | 0.42% | 0.57% | - |
| HSV(B) | 219.78º | 0.48% | 0.75% | - |
| XYZ | 22.53 | 22.38 | 52.42 | - |
| YUV | 127.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 191 | 0.48 | 0.32 | 0 | 0.25 | 219.78 | 0.42 | 0.57 |
| Hex | 63 | 82 | BF | 30 | 20 | 0 | 19 | DC | 2A | 39 |
| Octal | 143 | 202 | 277 | 60 | 40 | 0 | 31 | 334 | 52 | 71 |
| Binary | 1100011 | 10000010 | 10111111 | 110000 | 100000 | 0 | 11001 | 11011100 | 101010 | 111001 |
Color Harmonies of #6382BF
Complementary color
Monochromatic Colors of #6382BF
Black with #6382BF
Text Example
Text Example
White with #6382BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6382BF; }
p { color: rgb(99,130,191); }
H1.HeaderClassName
{
color: #6382BF;
}
.AnyTagClassName
{
color: #6382BF;
}
</style>
background-color css
<style>
a { background-color: #6382BF; }
a { background-color: rgb(99,130,191); }
div.DivClassName
{
background-color: #6382BF;
}
.BgClassName
{
background-color: #6382BF;
}
</style>
border-color css
<style>
span { border-color: #6382BF; }
span { border-color: rgb(99,130,191); }
td.TdClassName
{
border-color: #6382BF;
}
.TagClassName
{
border-color: #6382BF;
}
</style>