Shades of Havelock Blue #6781C2
Tints of Havelock Blue #6781C2
RGB
CMYK
RGB Variations
Color information
#6781C2 (or 0x6781C2) is known color: Havelock Blue. HEX triplet: 67, 81 and C2. RGB value is (103,129,194). Sum of RGB (Red+Green+Blue) = 103+129+194=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 194 - color contains mainly: blue. Hex color #6781C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6781C2 is #987E3D. Grayscale: #808080. Windows color (decimal): -9993790 or 12747111. OLE color: 12747111.
HSL color Cylindrical-coordinate representation of color #6781C2: hue angle of 222.86º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6781C2 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 129 | 194 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.24 |
| HSL | 222.86º | 0.43% | 0.58% | - |
| HSV(B) | 222.86º | 0.47% | 0.76% | - |
| XYZ | 23.18 | 22.48 | 54.16 | - |
| YUV | 128.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 194 | 0.47 | 0.34 | 0 | 0.24 | 222.86 | 0.43 | 0.58 |
| Hex | 67 | 81 | C2 | 2F | 22 | 0 | 18 | DF | 2B | 3A |
| Octal | 147 | 201 | 302 | 57 | 42 | 0 | 30 | 337 | 53 | 72 |
| Binary | 1100111 | 10000001 | 11000010 | 101111 | 100010 | 0 | 11000 | 11011111 | 101011 | 111010 |
Color Harmonies of #6781C2
Complementary color
Monochromatic Colors of #6781C2
Black with #6781C2
Text Example
Text Example
White with #6781C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6781C2; }
p { color: rgb(103,129,194); }
H1.HeaderClassName
{
color: #6781C2;
}
.AnyTagClassName
{
color: #6781C2;
}
</style>
background-color css
<style>
a { background-color: #6781C2; }
a { background-color: rgb(103,129,194); }
div.DivClassName
{
background-color: #6781C2;
}
.BgClassName
{
background-color: #6781C2;
}
</style>
border-color css
<style>
span { border-color: #6781C2; }
span { border-color: rgb(103,129,194); }
td.TdClassName
{
border-color: #6781C2;
}
.TagClassName
{
border-color: #6781C2;
}
</style>