Shades of Havelock Blue #697DD1
Tints of Havelock Blue #697DD1
RGB
CMYK
RGB Variations
Color information
#697DD1 (or 0x697DD1) is known color: Havelock Blue. HEX triplet: 69, 7D and D1. RGB value is (105,125,209). Sum of RGB (Red+Green+Blue) = 105+125+209=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #697DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DD1 is #96822E. Grayscale: #808080. Windows color (decimal): -9863727 or 13729129. OLE color: 13729129.
HSL color Cylindrical-coordinate representation of color #697DD1: hue angle of 228.46º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #697DD1 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 125 | 209 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.18 |
| HSL | 228.46º | 0.53% | 0.62% | - |
| HSV(B) | 228.46º | 0.5% | 0.82% | - |
| XYZ | 24.67 | 22.27 | 63.32 | - |
| YUV | 128.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 209 | 0.50 | 0.40 | 0 | 0.18 | 228.46 | 0.53 | 0.62 |
| Hex | 69 | 7D | D1 | 32 | 28 | 0 | 12 | E4 | 35 | 3E |
| Octal | 151 | 175 | 321 | 62 | 50 | 0 | 22 | 344 | 65 | 76 |
| Binary | 1101001 | 1111101 | 11010001 | 110010 | 101000 | 0 | 10010 | 11100100 | 110101 | 111110 |
Color Harmonies of #697DD1
Complementary color
Monochromatic Colors of #697DD1
Black with #697DD1
Text Example
Text Example
White with #697DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DD1; }
p { color: rgb(105,125,209); }
H1.HeaderClassName
{
color: #697DD1;
}
.AnyTagClassName
{
color: #697DD1;
}
</style>
background-color css
<style>
a { background-color: #697DD1; }
a { background-color: rgb(105,125,209); }
div.DivClassName
{
background-color: #697DD1;
}
.BgClassName
{
background-color: #697DD1;
}
</style>
border-color css
<style>
span { border-color: #697DD1; }
span { border-color: rgb(105,125,209); }
td.TdClassName
{
border-color: #697DD1;
}
.TagClassName
{
border-color: #697DD1;
}
</style>