Shades of Chetwode Blue #696F9B
Tints of Chetwode Blue #696F9B
RGB
CMYK
RGB Variations
Color information
#696F9B (or 0x696F9B) is known color: Chetwode Blue. HEX triplet: 69, 6F and 9B. RGB value is (105,111,155). Sum of RGB (Red+Green+Blue) = 105+111+155=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #696F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F9B is #969064. Grayscale: #727272. Windows color (decimal): -9867365 or 10186601. OLE color: 10186601.
HSL color Cylindrical-coordinate representation of color #696F9B: hue angle of 232.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696F9B is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 111 | 155 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.39 |
| HSL | 232.8º | 0.2% | 0.51% | - |
| HSV(B) | 232.8º | 0.32% | 0.61% | - |
| XYZ | 17.43 | 16.74 | 33.32 | - |
| YUV | 114.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 155 | 0.32 | 0.28 | 0 | 0.39 | 232.8 | 0.2 | 0.51 |
| Hex | 69 | 6F | 9B | 20 | 1C | 0 | 27 | E9 | 14 | 33 |
| Octal | 151 | 157 | 233 | 40 | 34 | 0 | 47 | 351 | 24 | 63 |
| Binary | 1101001 | 1101111 | 10011011 | 100000 | 11100 | 0 | 100111 | 11101001 | 10100 | 110011 |
Color Harmonies of #696F9B
Complementary color
Monochromatic Colors of #696F9B
Black with #696F9B
Text Example
Text Example
White with #696F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F9B; }
p { color: rgb(105,111,155); }
H1.HeaderClassName
{
color: #696F9B;
}
.AnyTagClassName
{
color: #696F9B;
}
</style>
background-color css
<style>
a { background-color: #696F9B; }
a { background-color: rgb(105,111,155); }
div.DivClassName
{
background-color: #696F9B;
}
.BgClassName
{
background-color: #696F9B;
}
</style>
border-color css
<style>
span { border-color: #696F9B; }
span { border-color: rgb(105,111,155); }
td.TdClassName
{
border-color: #696F9B;
}
.TagClassName
{
border-color: #696F9B;
}
</style>