Shades of Havelock Blue #6382BD
Tints of Havelock Blue #6382BD
RGB
CMYK
RGB Variations
Color information
#6382BD (or 0x6382BD) is known color: Havelock Blue. HEX triplet: 63, 82 and BD. RGB value is (99,130,189). Sum of RGB (Red+Green+Blue) = 99+130+189=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #6382BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382BD is #9C7D42. Grayscale: #7F7F7F. Windows color (decimal): -10255683 or 12419683. OLE color: 12419683.
HSL color Cylindrical-coordinate representation of color #6382BD: hue angle of 219.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6382BD is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 130 | 189 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.26 |
| HSL | 219.33º | 0.41% | 0.56% | - |
| HSV(B) | 219.33º | 0.48% | 0.74% | - |
| XYZ | 22.31 | 22.29 | 51.27 | - |
| YUV | 127.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 189 | 0.48 | 0.31 | 0 | 0.26 | 219.33 | 0.41 | 0.56 |
| Hex | 63 | 82 | BD | 30 | 1F | 0 | 1A | DB | 29 | 38 |
| Octal | 143 | 202 | 275 | 60 | 37 | 0 | 32 | 333 | 51 | 70 |
| Binary | 1100011 | 10000010 | 10111101 | 110000 | 11111 | 0 | 11010 | 11011011 | 101001 | 111000 |
Color Harmonies of #6382BD
Complementary color
Monochromatic Colors of #6382BD
Black with #6382BD
Text Example
Text Example
White with #6382BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6382BD; }
p { color: rgb(99,130,189); }
H1.HeaderClassName
{
color: #6382BD;
}
.AnyTagClassName
{
color: #6382BD;
}
</style>
background-color css
<style>
a { background-color: #6382BD; }
a { background-color: rgb(99,130,189); }
div.DivClassName
{
background-color: #6382BD;
}
.BgClassName
{
background-color: #6382BD;
}
</style>
border-color css
<style>
span { border-color: #6382BD; }
span { border-color: rgb(99,130,189); }
td.TdClassName
{
border-color: #6382BD;
}
.TagClassName
{
border-color: #6382BD;
}
</style>