Shades of Havelock Blue #6981C7
Tints of Havelock Blue #6981C7
RGB
CMYK
RGB Variations
Color information
#6981C7 (or 0x6981C7) is known color: Havelock Blue. HEX triplet: 69, 81 and C7. RGB value is (105,129,199). Sum of RGB (Red+Green+Blue) = 105+129+199=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #6981C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981C7 is #967E38. Grayscale: #818181. Windows color (decimal): -9862713 or 13074793. OLE color: 13074793.
HSL color Cylindrical-coordinate representation of color #6981C7: hue angle of 224.68º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6981C7 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 129 | 199 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.22 |
| HSL | 224.68º | 0.46% | 0.6% | - |
| HSV(B) | 224.68º | 0.47% | 0.78% | - |
| XYZ | 23.98 | 22.83 | 57.17 | - |
| YUV | 129.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 199 | 0.47 | 0.35 | 0 | 0.22 | 224.68 | 0.46 | 0.6 |
| Hex | 69 | 81 | C7 | 2F | 23 | 0 | 16 | E1 | 2E | 3C |
| Octal | 151 | 201 | 307 | 57 | 43 | 0 | 26 | 341 | 56 | 74 |
| Binary | 1101001 | 10000001 | 11000111 | 101111 | 100011 | 0 | 10110 | 11100001 | 101110 | 111100 |
Color Harmonies of #6981C7
Complementary color
Monochromatic Colors of #6981C7
Black with #6981C7
Text Example
Text Example
White with #6981C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6981C7; }
p { color: rgb(105,129,199); }
H1.HeaderClassName
{
color: #6981C7;
}
.AnyTagClassName
{
color: #6981C7;
}
</style>
background-color css
<style>
a { background-color: #6981C7; }
a { background-color: rgb(105,129,199); }
div.DivClassName
{
background-color: #6981C7;
}
.BgClassName
{
background-color: #6981C7;
}
</style>
border-color css
<style>
span { border-color: #6981C7; }
span { border-color: rgb(105,129,199); }
td.TdClassName
{
border-color: #6981C7;
}
.TagClassName
{
border-color: #6981C7;
}
</style>