Shades of Chetwode Blue #697AD0
Tints of Chetwode Blue #697AD0
RGB
CMYK
RGB Variations
Color information
#697AD0 (or 0x697AD0) is known color: Chetwode Blue. HEX triplet: 69, 7A and D0. RGB value is (105,122,208). Sum of RGB (Red+Green+Blue) = 105+122+208=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #697AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AD0 is #96852F. Grayscale: #7E7E7E. Windows color (decimal): -9864496 or 13662825. OLE color: 13662825.
HSL color Cylindrical-coordinate representation of color #697AD0: hue angle of 230.1º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #697AD0 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 122 | 208 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.18 |
| HSL | 230.1º | 0.52% | 0.61% | - |
| HSV(B) | 230.1º | 0.5% | 0.82% | - |
| XYZ | 24.17 | 21.48 | 62.55 | - |
| YUV | 126.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 208 | 0.50 | 0.41 | 0 | 0.18 | 230.1 | 0.52 | 0.61 |
| Hex | 69 | 7A | D0 | 32 | 29 | 0 | 12 | E6 | 34 | 3D |
| Octal | 151 | 172 | 320 | 62 | 51 | 0 | 22 | 346 | 64 | 75 |
| Binary | 1101001 | 1111010 | 11010000 | 110010 | 101001 | 0 | 10010 | 11100110 | 110100 | 111101 |
Color Harmonies of #697AD0
Complementary color
Monochromatic Colors of #697AD0
Black with #697AD0
Text Example
Text Example
White with #697AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AD0; }
p { color: rgb(105,122,208); }
H1.HeaderClassName
{
color: #697AD0;
}
.AnyTagClassName
{
color: #697AD0;
}
</style>
background-color css
<style>
a { background-color: #697AD0; }
a { background-color: rgb(105,122,208); }
div.DivClassName
{
background-color: #697AD0;
}
.BgClassName
{
background-color: #697AD0;
}
</style>
border-color css
<style>
span { border-color: #697AD0; }
span { border-color: rgb(105,122,208); }
td.TdClassName
{
border-color: #697AD0;
}
.TagClassName
{
border-color: #697AD0;
}
</style>