Shades of Chetwode Blue #697BCD
Tints of Chetwode Blue #697BCD
RGB
CMYK
RGB Variations
Color information
#697BCD (or 0x697BCD) is known color: Chetwode Blue. HEX triplet: 69, 7B and CD. RGB value is (105,123,205). Sum of RGB (Red+Green+Blue) = 105+123+205=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #697BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BCD is #968432. Grayscale: #7E7E7E. Windows color (decimal): -9864243 or 13466473. OLE color: 13466473.
HSL color Cylindrical-coordinate representation of color #697BCD: hue angle of 229.2º 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 #697BCD is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 123 | 205 | - |
| CMYK | 0.49 | 0.4 | 0 | 0.20 |
| HSL | 229.2º | 0.5% | 0.61% | - |
| HSV(B) | 229.2º | 0.49% | 0.8% | - |
| XYZ | 23.93 | 21.58 | 60.66 | - |
| YUV | 126.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 205 | 0.49 | 0.4 | 0 | 0.20 | 229.2 | 0.5 | 0.61 |
| Hex | 69 | 7B | CD | 31 | 28 | 0 | 14 | E5 | 32 | 3D |
| Octal | 151 | 173 | 315 | 61 | 50 | 0 | 24 | 345 | 62 | 75 |
| Binary | 1101001 | 1111011 | 11001101 | 110001 | 101000 | 0 | 10100 | 11100101 | 110010 | 111101 |
Color Harmonies of #697BCD
Complementary color
Monochromatic Colors of #697BCD
Black with #697BCD
Text Example
Text Example
White with #697BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BCD; }
p { color: rgb(105,123,205); }
H1.HeaderClassName
{
color: #697BCD;
}
.AnyTagClassName
{
color: #697BCD;
}
</style>
background-color css
<style>
a { background-color: #697BCD; }
a { background-color: rgb(105,123,205); }
div.DivClassName
{
background-color: #697BCD;
}
.BgClassName
{
background-color: #697BCD;
}
</style>
border-color css
<style>
span { border-color: #697BCD; }
span { border-color: rgb(105,123,205); }
td.TdClassName
{
border-color: #697BCD;
}
.TagClassName
{
border-color: #697BCD;
}
</style>