Shades of Chetwode Blue #696D9E
Tints of Chetwode Blue #696D9E
RGB
CMYK
RGB Variations
Color information
#696D9E (or 0x696D9E) is known color: Chetwode Blue. HEX triplet: 69, 6D and 9E. RGB value is (105,109,158). Sum of RGB (Red+Green+Blue) = 105+109+158=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #696D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D9E is #969261. Grayscale: #717171. Windows color (decimal): -9867874 or 10382697. OLE color: 10382697.
HSL color Cylindrical-coordinate representation of color #696D9E: hue angle of 235.47º degrees, saturation: 0.21, 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 #696D9E is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 109 | 158 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.38 |
| HSL | 235.47º | 0.21% | 0.52% | - |
| HSV(B) | 235.47º | 0.34% | 0.62% | - |
| XYZ | 17.47 | 16.41 | 34.59 | - |
| YUV | 113.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 158 | 0.34 | 0.31 | 0 | 0.38 | 235.47 | 0.21 | 0.52 |
| Hex | 69 | 6D | 9E | 22 | 1F | 0 | 26 | EB | 15 | 34 |
| Octal | 151 | 155 | 236 | 42 | 37 | 0 | 46 | 353 | 25 | 64 |
| Binary | 1101001 | 1101101 | 10011110 | 100010 | 11111 | 0 | 100110 | 11101011 | 10101 | 110100 |
Color Harmonies of #696D9E
Complementary color
Monochromatic Colors of #696D9E
Black with #696D9E
Text Example
Text Example
White with #696D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D9E; }
p { color: rgb(105,109,158); }
H1.HeaderClassName
{
color: #696D9E;
}
.AnyTagClassName
{
color: #696D9E;
}
</style>
background-color css
<style>
a { background-color: #696D9E; }
a { background-color: rgb(105,109,158); }
div.DivClassName
{
background-color: #696D9E;
}
.BgClassName
{
background-color: #696D9E;
}
</style>
border-color css
<style>
span { border-color: #696D9E; }
span { border-color: rgb(105,109,158); }
td.TdClassName
{
border-color: #696D9E;
}
.TagClassName
{
border-color: #696D9E;
}
</style>