Shades of Chetwode Blue #696E9B
Tints of Chetwode Blue #696E9B
RGB
CMYK
RGB Variations
Color information
#696E9B (or 0x696E9B) is known color: Chetwode Blue. HEX triplet: 69, 6E and 9B. RGB value is (105,110,155). Sum of RGB (Red+Green+Blue) = 105+110+155=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #696E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E9B is #969164. Grayscale: #717171. Windows color (decimal): -9867621 or 10186345. OLE color: 10186345.
HSL color Cylindrical-coordinate representation of color #696E9B: hue angle of 234º 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 #696E9B is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 110 | 155 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.39 |
| HSL | 234º | 0.2% | 0.51% | - |
| HSV(B) | 234º | 0.32% | 0.61% | - |
| XYZ | 17.32 | 16.52 | 33.29 | - |
| YUV | 113.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 155 | 0.32 | 0.29 | 0 | 0.39 | 234 | 0.2 | 0.51 |
| Hex | 69 | 6E | 9B | 20 | 1D | 0 | 27 | EA | 14 | 33 |
| Octal | 151 | 156 | 233 | 40 | 35 | 0 | 47 | 352 | 24 | 63 |
| Binary | 1101001 | 1101110 | 10011011 | 100000 | 11101 | 0 | 100111 | 11101010 | 10100 | 110011 |
Color Harmonies of #696E9B
Complementary color
Monochromatic Colors of #696E9B
Black with #696E9B
Text Example
Text Example
White with #696E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E9B; }
p { color: rgb(105,110,155); }
H1.HeaderClassName
{
color: #696E9B;
}
.AnyTagClassName
{
color: #696E9B;
}
</style>
background-color css
<style>
a { background-color: #696E9B; }
a { background-color: rgb(105,110,155); }
div.DivClassName
{
background-color: #696E9B;
}
.BgClassName
{
background-color: #696E9B;
}
</style>
border-color css
<style>
span { border-color: #696E9B; }
span { border-color: rgb(105,110,155); }
td.TdClassName
{
border-color: #696E9B;
}
.TagClassName
{
border-color: #696E9B;
}
</style>