Shades of Chetwode Blue #697AC0
Tints of Chetwode Blue #697AC0
RGB
CMYK
RGB Variations
Color information
#697AC0 (or 0x697AC0) is known color: Chetwode Blue. HEX triplet: 69, 7A and C0. RGB value is (105,122,192). Sum of RGB (Red+Green+Blue) = 105+122+192=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #697AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AC0 is #96853F. Grayscale: #7C7C7C. Windows color (decimal): -9864512 or 12614249. OLE color: 12614249.
HSL color Cylindrical-coordinate representation of color #697AC0: hue angle of 228.28º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #697AC0 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 122 | 192 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.25 |
| HSL | 228.28º | 0.41% | 0.58% | - |
| HSV(B) | 228.28º | 0.45% | 0.75% | - |
| XYZ | 22.3 | 20.73 | 52.69 | - |
| YUV | 124.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 192 | 0.45 | 0.36 | 0 | 0.25 | 228.28 | 0.41 | 0.58 |
| Hex | 69 | 7A | C0 | 2D | 24 | 0 | 19 | E4 | 29 | 3A |
| Octal | 151 | 172 | 300 | 55 | 44 | 0 | 31 | 344 | 51 | 72 |
| Binary | 1101001 | 1111010 | 11000000 | 101101 | 100100 | 0 | 11001 | 11100100 | 101001 | 111010 |
Color Harmonies of #697AC0
Complementary color
Monochromatic Colors of #697AC0
Black with #697AC0
Text Example
Text Example
White with #697AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AC0; }
p { color: rgb(105,122,192); }
H1.HeaderClassName
{
color: #697AC0;
}
.AnyTagClassName
{
color: #697AC0;
}
</style>
background-color css
<style>
a { background-color: #697AC0; }
a { background-color: rgb(105,122,192); }
div.DivClassName
{
background-color: #697AC0;
}
.BgClassName
{
background-color: #697AC0;
}
</style>
border-color css
<style>
span { border-color: #697AC0; }
span { border-color: rgb(105,122,192); }
td.TdClassName
{
border-color: #697AC0;
}
.TagClassName
{
border-color: #697AC0;
}
</style>