Shades of Chetwode Blue #696F9F
Tints of Chetwode Blue #696F9F
RGB
CMYK
RGB Variations
Color information
#696F9F (or 0x696F9F) is known color: Chetwode Blue. HEX triplet: 69, 6F and 9F. RGB value is (105,111,159). Sum of RGB (Red+Green+Blue) = 105+111+159=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #696F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F9F is #969060. Grayscale: #727272. Windows color (decimal): -9867361 or 10448745. OLE color: 10448745.
HSL color Cylindrical-coordinate representation of color #696F9F: hue angle of 233.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696F9F is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 111 | 159 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.38 |
| HSL | 233.33º | 0.22% | 0.52% | - |
| HSV(B) | 233.33º | 0.34% | 0.62% | - |
| XYZ | 17.77 | 16.88 | 35.12 | - |
| YUV | 114.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 159 | 0.34 | 0.30 | 0 | 0.38 | 233.33 | 0.22 | 0.52 |
| Hex | 69 | 6F | 9F | 22 | 1E | 0 | 26 | E9 | 16 | 34 |
| Octal | 151 | 157 | 237 | 42 | 36 | 0 | 46 | 351 | 26 | 64 |
| Binary | 1101001 | 1101111 | 10011111 | 100010 | 11110 | 0 | 100110 | 11101001 | 10110 | 110100 |
Color Harmonies of #696F9F
Complementary color
Monochromatic Colors of #696F9F
Black with #696F9F
Text Example
Text Example
White with #696F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F9F; }
p { color: rgb(105,111,159); }
H1.HeaderClassName
{
color: #696F9F;
}
.AnyTagClassName
{
color: #696F9F;
}
</style>
background-color css
<style>
a { background-color: #696F9F; }
a { background-color: rgb(105,111,159); }
div.DivClassName
{
background-color: #696F9F;
}
.BgClassName
{
background-color: #696F9F;
}
</style>
border-color css
<style>
span { border-color: #696F9F; }
span { border-color: rgb(105,111,159); }
td.TdClassName
{
border-color: #696F9F;
}
.TagClassName
{
border-color: #696F9F;
}
</style>