Shades of Havelock Blue #6A80D1
Tints of Havelock Blue #6A80D1
RGB
CMYK
RGB Variations
Color information
#6A80D1 (or 0x6A80D1) is known color: Havelock Blue. HEX triplet: 6A, 80 and D1. RGB value is (106,128,209). Sum of RGB (Red+Green+Blue) = 106+128+209=443 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.93% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #6A80D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A80D1 is #957F2E. Grayscale: #828282. Windows color (decimal): -9797423 or 13729898. OLE color: 13729898.
HSL color Cylindrical-coordinate representation of color #6A80D1: hue angle of 227.18º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A80D1 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 128 | 209 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.18 |
| HSL | 227.18º | 0.53% | 0.62% | - |
| HSV(B) | 227.18º | 0.49% | 0.82% | - |
| XYZ | 25.17 | 23.11 | 63.45 | - |
| YUV | 130.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 128 | 209 | 0.49 | 0.39 | 0 | 0.18 | 227.18 | 0.53 | 0.62 |
| Hex | 6A | 80 | D1 | 31 | 27 | 0 | 12 | E3 | 35 | 3E |
| Octal | 152 | 200 | 321 | 61 | 47 | 0 | 22 | 343 | 65 | 76 |
| Binary | 1101010 | 10000000 | 11010001 | 110001 | 100111 | 0 | 10010 | 11100011 | 110101 | 111110 |
Color Harmonies of #6A80D1
Complementary color
Monochromatic Colors of #6A80D1
Black with #6A80D1
Text Example
Text Example
White with #6A80D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A80D1; }
p { color: rgb(106,128,209); }
H1.HeaderClassName
{
color: #6A80D1;
}
.AnyTagClassName
{
color: #6A80D1;
}
</style>
background-color css
<style>
a { background-color: #6A80D1; }
a { background-color: rgb(106,128,209); }
div.DivClassName
{
background-color: #6A80D1;
}
.BgClassName
{
background-color: #6A80D1;
}
</style>
border-color css
<style>
span { border-color: #6A80D1; }
span { border-color: rgb(106,128,209); }
td.TdClassName
{
border-color: #6A80D1;
}
.TagClassName
{
border-color: #6A80D1;
}
</style>