Shades of Havelock Blue #6880CA
Tints of Havelock Blue #6880CA
RGB
CMYK
RGB Variations
Color information
#6880CA (or 0x6880CA) is known color: Havelock Blue. HEX triplet: 68, 80 and CA. RGB value is (104,128,202). Sum of RGB (Red+Green+Blue) = 104+128+202=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #6880CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880CA is #977F35. Grayscale: #808080. Windows color (decimal): -9928502 or 13271144. OLE color: 13271144.
HSL color Cylindrical-coordinate representation of color #6880CA: hue angle of 225.31º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6880CA is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 128 | 202 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.21 |
| HSL | 225.31º | 0.48% | 0.6% | - |
| HSV(B) | 225.31º | 0.49% | 0.79% | - |
| XYZ | 24.09 | 22.65 | 58.98 | - |
| YUV | 129.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 202 | 0.49 | 0.37 | 0 | 0.21 | 225.31 | 0.48 | 0.6 |
| Hex | 68 | 80 | CA | 31 | 25 | 0 | 15 | E1 | 30 | 3C |
| Octal | 150 | 200 | 312 | 61 | 45 | 0 | 25 | 341 | 60 | 74 |
| Binary | 1101000 | 10000000 | 11001010 | 110001 | 100101 | 0 | 10101 | 11100001 | 110000 | 111100 |
Color Harmonies of #6880CA
Complementary color
Monochromatic Colors of #6880CA
Black with #6880CA
Text Example
Text Example
White with #6880CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6880CA; }
p { color: rgb(104,128,202); }
H1.HeaderClassName
{
color: #6880CA;
}
.AnyTagClassName
{
color: #6880CA;
}
</style>
background-color css
<style>
a { background-color: #6880CA; }
a { background-color: rgb(104,128,202); }
div.DivClassName
{
background-color: #6880CA;
}
.BgClassName
{
background-color: #6880CA;
}
</style>
border-color css
<style>
span { border-color: #6880CA; }
span { border-color: rgb(104,128,202); }
td.TdClassName
{
border-color: #6880CA;
}
.TagClassName
{
border-color: #6880CA;
}
</style>