Shades of Chetwode Blue #697ACE
Tints of Chetwode Blue #697ACE
RGB
CMYK
RGB Variations
Color information
#697ACE (or 0x697ACE) is known color: Chetwode Blue. HEX triplet: 69, 7A and CE. RGB value is (105,122,206). Sum of RGB (Red+Green+Blue) = 105+122+206=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #697ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ACE is #968531. Grayscale: #7E7E7E. Windows color (decimal): -9864498 or 13531753. OLE color: 13531753.
HSL color Cylindrical-coordinate representation of color #697ACE: hue angle of 229.9º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #697ACE is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 122 | 206 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.19 |
| HSL | 229.9º | 0.51% | 0.61% | - |
| HSV(B) | 229.9º | 0.49% | 0.81% | - |
| XYZ | 23.93 | 21.38 | 61.26 | - |
| YUV | 126.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 206 | 0.49 | 0.41 | 0 | 0.19 | 229.9 | 0.51 | 0.61 |
| Hex | 69 | 7A | CE | 31 | 29 | 0 | 13 | E6 | 33 | 3D |
| Octal | 151 | 172 | 316 | 61 | 51 | 0 | 23 | 346 | 63 | 75 |
| Binary | 1101001 | 1111010 | 11001110 | 110001 | 101001 | 0 | 10011 | 11100110 | 110011 | 111101 |
Color Harmonies of #697ACE
Complementary color
Monochromatic Colors of #697ACE
Black with #697ACE
Text Example
Text Example
White with #697ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697ACE; }
p { color: rgb(105,122,206); }
H1.HeaderClassName
{
color: #697ACE;
}
.AnyTagClassName
{
color: #697ACE;
}
</style>
background-color css
<style>
a { background-color: #697ACE; }
a { background-color: rgb(105,122,206); }
div.DivClassName
{
background-color: #697ACE;
}
.BgClassName
{
background-color: #697ACE;
}
</style>
border-color css
<style>
span { border-color: #697ACE; }
span { border-color: rgb(105,122,206); }
td.TdClassName
{
border-color: #697ACE;
}
.TagClassName
{
border-color: #697ACE;
}
</style>