Shades of Havelock Blue #6782CC
Tints of Havelock Blue #6782CC
RGB
CMYK
RGB Variations
Color information
#6782CC (or 0x6782CC) is known color: Havelock Blue. HEX triplet: 67, 82 and CC. RGB value is (103,130,204). Sum of RGB (Red+Green+Blue) = 103+130+204=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #6782CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6782CC is #987D33. Grayscale: #828282. Windows color (decimal): -9993524 or 13402727. OLE color: 13402727.
HSL color Cylindrical-coordinate representation of color #6782CC: hue angle of 223.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6782CC is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 130 | 204 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.2 |
| HSL | 223.96º | 0.5% | 0.6% | - |
| HSV(B) | 223.96º | 0.5% | 0.8% | - |
| XYZ | 24.48 | 23.21 | 60.32 | - |
| YUV | 130.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 204 | 0.50 | 0.36 | 0 | 0.2 | 223.96 | 0.5 | 0.6 |
| Hex | 67 | 82 | CC | 32 | 24 | 0 | 14 | E0 | 32 | 3C |
| Octal | 147 | 202 | 314 | 62 | 44 | 0 | 24 | 340 | 62 | 74 |
| Binary | 1100111 | 10000010 | 11001100 | 110010 | 100100 | 0 | 10100 | 11100000 | 110010 | 111100 |
Color Harmonies of #6782CC
Complementary color
Monochromatic Colors of #6782CC
Black with #6782CC
Text Example
Text Example
White with #6782CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6782CC; }
p { color: rgb(103,130,204); }
H1.HeaderClassName
{
color: #6782CC;
}
.AnyTagClassName
{
color: #6782CC;
}
</style>
background-color css
<style>
a { background-color: #6782CC; }
a { background-color: rgb(103,130,204); }
div.DivClassName
{
background-color: #6782CC;
}
.BgClassName
{
background-color: #6782CC;
}
</style>
border-color css
<style>
span { border-color: #6782CC; }
span { border-color: rgb(103,130,204); }
td.TdClassName
{
border-color: #6782CC;
}
.TagClassName
{
border-color: #6782CC;
}
</style>