Shades of Havelock Blue #6980D4
Tints of Havelock Blue #6980D4
RGB
CMYK
RGB Variations
Color information
#6980D4 (or 0x6980D4) is known color: Havelock Blue. HEX triplet: 69, 80 and D4. RGB value is (105,128,212). Sum of RGB (Red+Green+Blue) = 105+128+212=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #6980D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980D4 is #967F2B. Grayscale: #828282. Windows color (decimal): -9862956 or 13926505. OLE color: 13926505.
HSL color Cylindrical-coordinate representation of color #6980D4: hue angle of 227.1º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6980D4 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 128 | 212 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.17 |
| HSL | 227.1º | 0.55% | 0.62% | - |
| HSV(B) | 227.1º | 0.5% | 0.83% | - |
| XYZ | 25.43 | 23.2 | 65.42 | - |
| YUV | 130.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 212 | 0.50 | 0.40 | 0 | 0.17 | 227.1 | 0.55 | 0.62 |
| Hex | 69 | 80 | D4 | 32 | 28 | 0 | 11 | E3 | 37 | 3E |
| Octal | 151 | 200 | 324 | 62 | 50 | 0 | 21 | 343 | 67 | 76 |
| Binary | 1101001 | 10000000 | 11010100 | 110010 | 101000 | 0 | 10001 | 11100011 | 110111 | 111110 |
Color Harmonies of #6980D4
Complementary color
Monochromatic Colors of #6980D4
Black with #6980D4
Text Example
Text Example
White with #6980D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6980D4; }
p { color: rgb(105,128,212); }
H1.HeaderClassName
{
color: #6980D4;
}
.AnyTagClassName
{
color: #6980D4;
}
</style>
background-color css
<style>
a { background-color: #6980D4; }
a { background-color: rgb(105,128,212); }
div.DivClassName
{
background-color: #6980D4;
}
.BgClassName
{
background-color: #6980D4;
}
</style>
border-color css
<style>
span { border-color: #6980D4; }
span { border-color: rgb(105,128,212); }
td.TdClassName
{
border-color: #6980D4;
}
.TagClassName
{
border-color: #6980D4;
}
</style>