Shades of Havelock Blue #6880CF
Tints of Havelock Blue #6880CF
RGB
CMYK
RGB Variations
Color information
#6880CF (or 0x6880CF) is known color: Havelock Blue. HEX triplet: 68, 80 and CF. RGB value is (104,128,207). Sum of RGB (Red+Green+Blue) = 104+128+207=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6880CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880CF is #977F30. Grayscale: #818181. Windows color (decimal): -9928497 or 13598824. OLE color: 13598824.
HSL color Cylindrical-coordinate representation of color #6880CF: hue angle of 226.02º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6880CF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 128 | 207 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.19 |
| HSL | 226.02º | 0.52% | 0.61% | - |
| HSV(B) | 226.02º | 0.5% | 0.81% | - |
| XYZ | 24.69 | 22.89 | 62.15 | - |
| YUV | 129.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 207 | 0.50 | 0.38 | 0 | 0.19 | 226.02 | 0.52 | 0.61 |
| Hex | 68 | 80 | CF | 32 | 26 | 0 | 13 | E2 | 34 | 3D |
| Octal | 150 | 200 | 317 | 62 | 46 | 0 | 23 | 342 | 64 | 75 |
| Binary | 1101000 | 10000000 | 11001111 | 110010 | 100110 | 0 | 10011 | 11100010 | 110100 | 111101 |
Color Harmonies of #6880CF
Complementary color
Monochromatic Colors of #6880CF
Black with #6880CF
Text Example
Text Example
White with #6880CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880CF; }
p { color: rgb(104,128,207); }
H1.HeaderClassName
{
color: #6880CF;
}
.AnyTagClassName
{
color: #6880CF;
}
</style>
background-color css
<style>
a { background-color: #6880CF; }
a { background-color: rgb(104,128,207); }
div.DivClassName
{
background-color: #6880CF;
}
.BgClassName
{
background-color: #6880CF;
}
</style>
border-color css
<style>
span { border-color: #6880CF; }
span { border-color: rgb(104,128,207); }
td.TdClassName
{
border-color: #6880CF;
}
.TagClassName
{
border-color: #6880CF;
}
</style>