Shades of Havelock Blue #697ED5
Tints of Havelock Blue #697ED5
RGB
CMYK
RGB Variations
Color information
#697ED5 (or 0x697ED5) is known color: Havelock Blue. HEX triplet: 69, 7E and D5. RGB value is (105,126,213). Sum of RGB (Red+Green+Blue) = 105+126+213=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #697ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ED5 is #96812A. Grayscale: #818181. Windows color (decimal): -9863467 or 13991529. OLE color: 13991529.
HSL color Cylindrical-coordinate representation of color #697ED5: hue angle of 228.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #697ED5 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 126 | 213 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.16 |
| HSL | 228.33º | 0.56% | 0.62% | - |
| HSV(B) | 228.33º | 0.51% | 0.84% | - |
| XYZ | 25.3 | 22.73 | 66 | - |
| YUV | 129.64 | 175.04 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 213 | 0.51 | 0.41 | 0 | 0.16 | 228.33 | 0.56 | 0.62 |
| Hex | 69 | 7E | D5 | 33 | 29 | 0 | 10 | E4 | 38 | 3E |
| Octal | 151 | 176 | 325 | 63 | 51 | 0 | 20 | 344 | 70 | 76 |
| Binary | 1101001 | 1111110 | 11010101 | 110011 | 101001 | 0 | 10000 | 11100100 | 111000 | 111110 |
Color Harmonies of #697ED5
Complementary color
Monochromatic Colors of #697ED5
Black with #697ED5
Text Example
Text Example
White with #697ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697ED5; }
p { color: rgb(105,126,213); }
H1.HeaderClassName
{
color: #697ED5;
}
.AnyTagClassName
{
color: #697ED5;
}
</style>
background-color css
<style>
a { background-color: #697ED5; }
a { background-color: rgb(105,126,213); }
div.DivClassName
{
background-color: #697ED5;
}
.BgClassName
{
background-color: #697ED5;
}
</style>
border-color css
<style>
span { border-color: #697ED5; }
span { border-color: rgb(105,126,213); }
td.TdClassName
{
border-color: #697ED5;
}
.TagClassName
{
border-color: #697ED5;
}
</style>