Shades of Havelock Blue #697DCD
Tints of Havelock Blue #697DCD
RGB
CMYK
RGB Variations
Color information
#697DCD (or 0x697DCD) is known color: Havelock Blue. HEX triplet: 69, 7D and CD. RGB value is (105,125,205). Sum of RGB (Red+Green+Blue) = 105+125+205=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #697DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DCD is #968232. Grayscale: #7F7F7F. Windows color (decimal): -9863731 or 13466985. OLE color: 13466985.
HSL color Cylindrical-coordinate representation of color #697DCD: hue angle of 228º 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 #697DCD is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 125 | 205 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.20 |
| HSL | 228º | 0.5% | 0.61% | - |
| HSV(B) | 228º | 0.49% | 0.8% | - |
| XYZ | 24.18 | 22.08 | 60.74 | - |
| YUV | 128.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 205 | 0.49 | 0.39 | 0 | 0.20 | 228 | 0.5 | 0.61 |
| Hex | 69 | 7D | CD | 31 | 27 | 0 | 14 | E4 | 32 | 3D |
| Octal | 151 | 175 | 315 | 61 | 47 | 0 | 24 | 344 | 62 | 75 |
| Binary | 1101001 | 1111101 | 11001101 | 110001 | 100111 | 0 | 10100 | 11100100 | 110010 | 111101 |
Color Harmonies of #697DCD
Complementary color
Monochromatic Colors of #697DCD
Black with #697DCD
Text Example
Text Example
White with #697DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DCD; }
p { color: rgb(105,125,205); }
H1.HeaderClassName
{
color: #697DCD;
}
.AnyTagClassName
{
color: #697DCD;
}
</style>
background-color css
<style>
a { background-color: #697DCD; }
a { background-color: rgb(105,125,205); }
div.DivClassName
{
background-color: #697DCD;
}
.BgClassName
{
background-color: #697DCD;
}
</style>
border-color css
<style>
span { border-color: #697DCD; }
span { border-color: rgb(105,125,205); }
td.TdClassName
{
border-color: #697DCD;
}
.TagClassName
{
border-color: #697DCD;
}
</style>