Shades of Havelock Blue #6882CB
Tints of Havelock Blue #6882CB
RGB
CMYK
RGB Variations
Color information
#6882CB (or 0x6882CB) is known color: Havelock Blue. HEX triplet: 68, 82 and CB. RGB value is (104,130,203). Sum of RGB (Red+Green+Blue) = 104+130+203=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #6882CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882CB is #977D34. Grayscale: #828282. Windows color (decimal): -9927989 or 13337192. OLE color: 13337192.
HSL color Cylindrical-coordinate representation of color #6882CB: hue angle of 224.24º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6882CB is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 130 | 203 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.20 |
| HSL | 224.24º | 0.49% | 0.6% | - |
| HSV(B) | 224.24º | 0.49% | 0.8% | - |
| XYZ | 24.47 | 23.22 | 59.69 | - |
| YUV | 130.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 203 | 0.49 | 0.36 | 0 | 0.20 | 224.24 | 0.49 | 0.6 |
| Hex | 68 | 82 | CB | 31 | 24 | 0 | 14 | E0 | 31 | 3C |
| Octal | 150 | 202 | 313 | 61 | 44 | 0 | 24 | 340 | 61 | 74 |
| Binary | 1101000 | 10000010 | 11001011 | 110001 | 100100 | 0 | 10100 | 11100000 | 110001 | 111100 |
Color Harmonies of #6882CB
Complementary color
Monochromatic Colors of #6882CB
Black with #6882CB
Text Example
Text Example
White with #6882CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882CB; }
p { color: rgb(104,130,203); }
H1.HeaderClassName
{
color: #6882CB;
}
.AnyTagClassName
{
color: #6882CB;
}
</style>
background-color css
<style>
a { background-color: #6882CB; }
a { background-color: rgb(104,130,203); }
div.DivClassName
{
background-color: #6882CB;
}
.BgClassName
{
background-color: #6882CB;
}
</style>
border-color css
<style>
span { border-color: #6882CB; }
span { border-color: rgb(104,130,203); }
td.TdClassName
{
border-color: #6882CB;
}
.TagClassName
{
border-color: #6882CB;
}
</style>