Shades of Havelock Blue #6881C3
Tints of Havelock Blue #6881C3
RGB
CMYK
RGB Variations
Color information
#6881C3 (or 0x6881C3) is known color: Havelock Blue. HEX triplet: 68, 81 and C3. RGB value is (104,129,195). Sum of RGB (Red+Green+Blue) = 104+129+195=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #6881C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881C3 is #977E3C. Grayscale: #808080. Windows color (decimal): -9928253 or 12812648. OLE color: 12812648.
HSL color Cylindrical-coordinate representation of color #6881C3: hue angle of 223.52º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6881C3 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 129 | 195 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.24 |
| HSL | 223.52º | 0.43% | 0.59% | - |
| HSV(B) | 223.52º | 0.47% | 0.76% | - |
| XYZ | 23.41 | 22.58 | 54.76 | - |
| YUV | 129.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 195 | 0.47 | 0.34 | 0 | 0.24 | 223.52 | 0.43 | 0.59 |
| Hex | 68 | 81 | C3 | 2F | 22 | 0 | 18 | E0 | 2B | 3B |
| Octal | 150 | 201 | 303 | 57 | 42 | 0 | 30 | 340 | 53 | 73 |
| Binary | 1101000 | 10000001 | 11000011 | 101111 | 100010 | 0 | 11000 | 11100000 | 101011 | 111011 |
Color Harmonies of #6881C3
Complementary color
Monochromatic Colors of #6881C3
Black with #6881C3
Text Example
Text Example
White with #6881C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6881C3; }
p { color: rgb(104,129,195); }
H1.HeaderClassName
{
color: #6881C3;
}
.AnyTagClassName
{
color: #6881C3;
}
</style>
background-color css
<style>
a { background-color: #6881C3; }
a { background-color: rgb(104,129,195); }
div.DivClassName
{
background-color: #6881C3;
}
.BgClassName
{
background-color: #6881C3;
}
</style>
border-color css
<style>
span { border-color: #6881C3; }
span { border-color: rgb(104,129,195); }
td.TdClassName
{
border-color: #6881C3;
}
.TagClassName
{
border-color: #6881C3;
}
</style>