Shades of Chetwode Blue #696FAF
Tints of Chetwode Blue #696FAF
RGB
CMYK
RGB Variations
Color information
#696FAF (or 0x696FAF) is known color: Chetwode Blue. HEX triplet: 69, 6F and AF. RGB value is (105,111,175). Sum of RGB (Red+Green+Blue) = 105+111+175=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #696FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696FAF is #969050. Grayscale: #747474. Windows color (decimal): -9867345 or 11497321. OLE color: 11497321.
HSL color Cylindrical-coordinate representation of color #696FAF: hue angle of 234.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696FAF is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 111 | 175 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.31 |
| HSL | 234.86º | 0.3% | 0.55% | - |
| HSV(B) | 234.86º | 0.4% | 0.69% | - |
| XYZ | 19.25 | 17.47 | 42.91 | - |
| YUV | 116.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 175 | 0.40 | 0.37 | 0 | 0.31 | 234.86 | 0.3 | 0.55 |
| Hex | 69 | 6F | AF | 28 | 25 | 0 | 1F | EB | 1E | 37 |
| Octal | 151 | 157 | 257 | 50 | 45 | 0 | 37 | 353 | 36 | 67 |
| Binary | 1101001 | 1101111 | 10101111 | 101000 | 100101 | 0 | 11111 | 11101011 | 11110 | 110111 |
Color Harmonies of #696FAF
Complementary color
Monochromatic Colors of #696FAF
Black with #696FAF
Text Example
Text Example
White with #696FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FAF; }
p { color: rgb(105,111,175); }
H1.HeaderClassName
{
color: #696FAF;
}
.AnyTagClassName
{
color: #696FAF;
}
</style>
background-color css
<style>
a { background-color: #696FAF; }
a { background-color: rgb(105,111,175); }
div.DivClassName
{
background-color: #696FAF;
}
.BgClassName
{
background-color: #696FAF;
}
</style>
border-color css
<style>
span { border-color: #696FAF; }
span { border-color: rgb(105,111,175); }
td.TdClassName
{
border-color: #696FAF;
}
.TagClassName
{
border-color: #696FAF;
}
</style>