Shades of Havelock Blue #697CD3
Tints of Havelock Blue #697CD3
RGB
CMYK
RGB Variations
Color information
#697CD3 (or 0x697CD3) is known color: Havelock Blue. HEX triplet: 69, 7C and D3. RGB value is (105,124,211). Sum of RGB (Red+Green+Blue) = 105+124+211=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #697CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CD3 is #96832C. Grayscale: #7F7F7F. Windows color (decimal): -9863981 or 13859945. OLE color: 13859945.
HSL color Cylindrical-coordinate representation of color #697CD3: hue angle of 229.25º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #697CD3 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 124 | 211 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.17 |
| HSL | 229.25º | 0.55% | 0.62% | - |
| HSV(B) | 229.25º | 0.5% | 0.83% | - |
| XYZ | 24.79 | 22.12 | 64.59 | - |
| YUV | 128.24 | 174.71 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 211 | 0.50 | 0.41 | 0 | 0.17 | 229.25 | 0.55 | 0.62 |
| Hex | 69 | 7C | D3 | 32 | 29 | 0 | 11 | E5 | 37 | 3E |
| Octal | 151 | 174 | 323 | 62 | 51 | 0 | 21 | 345 | 67 | 76 |
| Binary | 1101001 | 1111100 | 11010011 | 110010 | 101001 | 0 | 10001 | 11100101 | 110111 | 111110 |
Color Harmonies of #697CD3
Complementary color
Monochromatic Colors of #697CD3
Black with #697CD3
Text Example
Text Example
White with #697CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CD3; }
p { color: rgb(105,124,211); }
H1.HeaderClassName
{
color: #697CD3;
}
.AnyTagClassName
{
color: #697CD3;
}
</style>
background-color css
<style>
a { background-color: #697CD3; }
a { background-color: rgb(105,124,211); }
div.DivClassName
{
background-color: #697CD3;
}
.BgClassName
{
background-color: #697CD3;
}
</style>
border-color css
<style>
span { border-color: #697CD3; }
span { border-color: rgb(105,124,211); }
td.TdClassName
{
border-color: #697CD3;
}
.TagClassName
{
border-color: #697CD3;
}
</style>