Shades of Havelock Blue #6881CA
Tints of Havelock Blue #6881CA
RGB
CMYK
RGB Variations
Color information
#6881CA (or 0x6881CA) is known color: Havelock Blue. HEX triplet: 68, 81 and CA. RGB value is (104,129,202). Sum of RGB (Red+Green+Blue) = 104+129+202=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #6881CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881CA is #977E35. Grayscale: #818181. Windows color (decimal): -9928246 or 13271400. OLE color: 13271400.
HSL color Cylindrical-coordinate representation of color #6881CA: hue angle of 224.69º 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 #6881CA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 129 | 202 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.21 |
| HSL | 224.69º | 0.48% | 0.6% | - |
| HSV(B) | 224.69º | 0.49% | 0.79% | - |
| XYZ | 24.22 | 22.91 | 59.02 | - |
| YUV | 129.85 | 168.72 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 202 | 0.49 | 0.36 | 0 | 0.21 | 224.69 | 0.48 | 0.6 |
| Hex | 68 | 81 | CA | 31 | 24 | 0 | 15 | E1 | 30 | 3C |
| Octal | 150 | 201 | 312 | 61 | 44 | 0 | 25 | 341 | 60 | 74 |
| Binary | 1101000 | 10000001 | 11001010 | 110001 | 100100 | 0 | 10101 | 11100001 | 110000 | 111100 |
Color Harmonies of #6881CA
Complementary color
Monochromatic Colors of #6881CA
Black with #6881CA
Text Example
Text Example
White with #6881CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6881CA; }
p { color: rgb(104,129,202); }
H1.HeaderClassName
{
color: #6881CA;
}
.AnyTagClassName
{
color: #6881CA;
}
</style>
background-color css
<style>
a { background-color: #6881CA; }
a { background-color: rgb(104,129,202); }
div.DivClassName
{
background-color: #6881CA;
}
.BgClassName
{
background-color: #6881CA;
}
</style>
border-color css
<style>
span { border-color: #6881CA; }
span { border-color: rgb(104,129,202); }
td.TdClassName
{
border-color: #6881CA;
}
.TagClassName
{
border-color: #6881CA;
}
</style>