Shades of Havelock Blue #6980CF
Tints of Havelock Blue #6980CF
RGB
CMYK
RGB Variations
Color information
#6980CF (or 0x6980CF) is known color: Havelock Blue. HEX triplet: 69, 80 and CF. RGB value is (105,128,207). Sum of RGB (Red+Green+Blue) = 105+128+207=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #6980CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6980CF is #967F30. Grayscale: #818181. Windows color (decimal): -9862961 or 13598825. OLE color: 13598825.
HSL color Cylindrical-coordinate representation of color #6980CF: hue angle of 226.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6980CF is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 128 | 207 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.19 |
| HSL | 226.47º | 0.52% | 0.61% | - |
| HSV(B) | 226.47º | 0.49% | 0.81% | - |
| XYZ | 24.81 | 22.95 | 62.15 | - |
| YUV | 130.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 207 | 0.49 | 0.38 | 0 | 0.19 | 226.47 | 0.52 | 0.61 |
| Hex | 69 | 80 | CF | 31 | 26 | 0 | 13 | E2 | 34 | 3D |
| Octal | 151 | 200 | 317 | 61 | 46 | 0 | 23 | 342 | 64 | 75 |
| Binary | 1101001 | 10000000 | 11001111 | 110001 | 100110 | 0 | 10011 | 11100010 | 110100 | 111101 |
Color Harmonies of #6980CF
Complementary color
Monochromatic Colors of #6980CF
Black with #6980CF
Text Example
Text Example
White with #6980CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6980CF; }
p { color: rgb(105,128,207); }
H1.HeaderClassName
{
color: #6980CF;
}
.AnyTagClassName
{
color: #6980CF;
}
</style>
background-color css
<style>
a { background-color: #6980CF; }
a { background-color: rgb(105,128,207); }
div.DivClassName
{
background-color: #6980CF;
}
.BgClassName
{
background-color: #6980CF;
}
</style>
border-color css
<style>
span { border-color: #6980CF; }
span { border-color: rgb(105,128,207); }
td.TdClassName
{
border-color: #6980CF;
}
.TagClassName
{
border-color: #6980CF;
}
</style>