Shades of Havelock Blue #697ECF
Tints of Havelock Blue #697ECF
RGB
CMYK
RGB Variations
Color information
#697ECF (or 0x697ECF) is known color: Havelock Blue. HEX triplet: 69, 7E and CF. RGB value is (105,126,207). Sum of RGB (Red+Green+Blue) = 105+126+207=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #697ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ECF is #968130. Grayscale: #808080. Windows color (decimal): -9863473 or 13598313. OLE color: 13598313.
HSL color Cylindrical-coordinate representation of color #697ECF: hue angle of 227.65º 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 #697ECF is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 126 | 207 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.19 |
| HSL | 227.65º | 0.52% | 0.61% | - |
| HSV(B) | 227.65º | 0.49% | 0.81% | - |
| XYZ | 24.55 | 22.43 | 62.07 | - |
| YUV | 128.96 | 172.04 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 207 | 0.49 | 0.39 | 0 | 0.19 | 227.65 | 0.52 | 0.61 |
| Hex | 69 | 7E | CF | 31 | 27 | 0 | 13 | E4 | 34 | 3D |
| Octal | 151 | 176 | 317 | 61 | 47 | 0 | 23 | 344 | 64 | 75 |
| Binary | 1101001 | 1111110 | 11001111 | 110001 | 100111 | 0 | 10011 | 11100100 | 110100 | 111101 |
Color Harmonies of #697ECF
Complementary color
Monochromatic Colors of #697ECF
Black with #697ECF
Text Example
Text Example
White with #697ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697ECF; }
p { color: rgb(105,126,207); }
H1.HeaderClassName
{
color: #697ECF;
}
.AnyTagClassName
{
color: #697ECF;
}
</style>
background-color css
<style>
a { background-color: #697ECF; }
a { background-color: rgb(105,126,207); }
div.DivClassName
{
background-color: #697ECF;
}
.BgClassName
{
background-color: #697ECF;
}
</style>
border-color css
<style>
span { border-color: #697ECF; }
span { border-color: rgb(105,126,207); }
td.TdClassName
{
border-color: #697ECF;
}
.TagClassName
{
border-color: #697ECF;
}
</style>