Shades of Havelock Blue #697FCD
Tints of Havelock Blue #697FCD
RGB
CMYK
RGB Variations
Color information
#697FCD (or 0x697FCD) is known color: Havelock Blue. HEX triplet: 69, 7F and CD. RGB value is (105,127,205). Sum of RGB (Red+Green+Blue) = 105+127+205=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #697FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697FCD is #968032. Grayscale: #808080. Windows color (decimal): -9863219 or 13467497. OLE color: 13467497.
HSL color Cylindrical-coordinate representation of color #697FCD: hue angle of 226.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #697FCD is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 127 | 205 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.20 |
| HSL | 226.8º | 0.5% | 0.61% | - |
| HSV(B) | 226.8º | 0.49% | 0.8% | - |
| XYZ | 24.43 | 22.59 | 60.83 | - |
| YUV | 129.31 | 170.71 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 205 | 0.49 | 0.38 | 0 | 0.20 | 226.8 | 0.5 | 0.61 |
| Hex | 69 | 7F | CD | 31 | 26 | 0 | 14 | E3 | 32 | 3D |
| Octal | 151 | 177 | 315 | 61 | 46 | 0 | 24 | 343 | 62 | 75 |
| Binary | 1101001 | 1111111 | 11001101 | 110001 | 100110 | 0 | 10100 | 11100011 | 110010 | 111101 |
Color Harmonies of #697FCD
Complementary color
Monochromatic Colors of #697FCD
Black with #697FCD
Text Example
Text Example
White with #697FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697FCD; }
p { color: rgb(105,127,205); }
H1.HeaderClassName
{
color: #697FCD;
}
.AnyTagClassName
{
color: #697FCD;
}
</style>
background-color css
<style>
a { background-color: #697FCD; }
a { background-color: rgb(105,127,205); }
div.DivClassName
{
background-color: #697FCD;
}
.BgClassName
{
background-color: #697FCD;
}
</style>
border-color css
<style>
span { border-color: #697FCD; }
span { border-color: rgb(105,127,205); }
td.TdClassName
{
border-color: #697FCD;
}
.TagClassName
{
border-color: #697FCD;
}
</style>