Shades of Havelock Blue #697DD6
Tints of Havelock Blue #697DD6
RGB
CMYK
RGB Variations
Color information
#697DD6 (or 0x697DD6) is known color: Havelock Blue. HEX triplet: 69, 7D and D6. RGB value is (105,125,214). Sum of RGB (Red+Green+Blue) = 105+125+214=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #697DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DD6 is #968229. Grayscale: #808080. Windows color (decimal): -9863722 or 14056809. OLE color: 14056809.
HSL color Cylindrical-coordinate representation of color #697DD6: hue angle of 228.99º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #697DD6 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 125 | 214 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.16 |
| HSL | 228.99º | 0.57% | 0.63% | - |
| HSV(B) | 228.99º | 0.51% | 0.84% | - |
| XYZ | 25.3 | 22.53 | 66.63 | - |
| YUV | 129.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 214 | 0.51 | 0.42 | 0 | 0.16 | 228.99 | 0.57 | 0.63 |
| Hex | 69 | 7D | D6 | 33 | 2A | 0 | 10 | E5 | 39 | 3F |
| Octal | 151 | 175 | 326 | 63 | 52 | 0 | 20 | 345 | 71 | 77 |
| Binary | 1101001 | 1111101 | 11010110 | 110011 | 101010 | 0 | 10000 | 11100101 | 111001 | 111111 |
Color Harmonies of #697DD6
Complementary color
Monochromatic Colors of #697DD6
Black with #697DD6
Text Example
Text Example
White with #697DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DD6; }
p { color: rgb(105,125,214); }
H1.HeaderClassName
{
color: #697DD6;
}
.AnyTagClassName
{
color: #697DD6;
}
</style>
background-color css
<style>
a { background-color: #697DD6; }
a { background-color: rgb(105,125,214); }
div.DivClassName
{
background-color: #697DD6;
}
.BgClassName
{
background-color: #697DD6;
}
</style>
border-color css
<style>
span { border-color: #697DD6; }
span { border-color: rgb(105,125,214); }
td.TdClassName
{
border-color: #697DD6;
}
.TagClassName
{
border-color: #697DD6;
}
</style>