Shades of Havelock Blue #6880CB
Tints of Havelock Blue #6880CB
RGB
CMYK
RGB Variations
Color information
#6880CB (or 0x6880CB) is known color: Havelock Blue. HEX triplet: 68, 80 and CB. RGB value is (104,128,203). Sum of RGB (Red+Green+Blue) = 104+128+203=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #6880CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880CB is #977F34. Grayscale: #818181. Windows color (decimal): -9928501 or 13336680. OLE color: 13336680.
HSL color Cylindrical-coordinate representation of color #6880CB: hue angle of 225.45º 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 #6880CB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 128 | 203 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.20 |
| HSL | 225.45º | 0.49% | 0.6% | - |
| HSV(B) | 225.45º | 0.49% | 0.8% | - |
| XYZ | 24.21 | 22.69 | 59.6 | - |
| YUV | 129.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 203 | 0.49 | 0.37 | 0 | 0.20 | 225.45 | 0.49 | 0.6 |
| Hex | 68 | 80 | CB | 31 | 25 | 0 | 14 | E1 | 31 | 3C |
| Octal | 150 | 200 | 313 | 61 | 45 | 0 | 24 | 341 | 61 | 74 |
| Binary | 1101000 | 10000000 | 11001011 | 110001 | 100101 | 0 | 10100 | 11100001 | 110001 | 111100 |
Color Harmonies of #6880CB
Complementary color
Monochromatic Colors of #6880CB
Black with #6880CB
Text Example
Text Example
White with #6880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880CB; }
p { color: rgb(104,128,203); }
H1.HeaderClassName
{
color: #6880CB;
}
.AnyTagClassName
{
color: #6880CB;
}
</style>
background-color css
<style>
a { background-color: #6880CB; }
a { background-color: rgb(104,128,203); }
div.DivClassName
{
background-color: #6880CB;
}
.BgClassName
{
background-color: #6880CB;
}
</style>
border-color css
<style>
span { border-color: #6880CB; }
span { border-color: rgb(104,128,203); }
td.TdClassName
{
border-color: #6880CB;
}
.TagClassName
{
border-color: #6880CB;
}
</style>