Shades of Chetwode Blue #696D9B
Tints of Chetwode Blue #696D9B
RGB
CMYK
RGB Variations
Color information
#696D9B (or 0x696D9B) is known color: Chetwode Blue. HEX triplet: 69, 6D and 9B. RGB value is (105,109,155). Sum of RGB (Red+Green+Blue) = 105+109+155=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #696D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D9B is #969264. Grayscale: #707070. Windows color (decimal): -9867877 or 10186089. OLE color: 10186089.
HSL color Cylindrical-coordinate representation of color #696D9B: hue angle of 235.2º 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 #696D9B is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 109 | 155 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.39 |
| HSL | 235.2º | 0.2% | 0.51% | - |
| HSV(B) | 235.2º | 0.32% | 0.61% | - |
| XYZ | 17.21 | 16.31 | 33.25 | - |
| YUV | 113.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 155 | 0.32 | 0.30 | 0 | 0.39 | 235.2 | 0.2 | 0.51 |
| Hex | 69 | 6D | 9B | 20 | 1E | 0 | 27 | EB | 14 | 33 |
| Octal | 151 | 155 | 233 | 40 | 36 | 0 | 47 | 353 | 24 | 63 |
| Binary | 1101001 | 1101101 | 10011011 | 100000 | 11110 | 0 | 100111 | 11101011 | 10100 | 110011 |
Color Harmonies of #696D9B
Complementary color
Monochromatic Colors of #696D9B
Black with #696D9B
Text Example
Text Example
White with #696D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D9B; }
p { color: rgb(105,109,155); }
H1.HeaderClassName
{
color: #696D9B;
}
.AnyTagClassName
{
color: #696D9B;
}
</style>
background-color css
<style>
a { background-color: #696D9B; }
a { background-color: rgb(105,109,155); }
div.DivClassName
{
background-color: #696D9B;
}
.BgClassName
{
background-color: #696D9B;
}
</style>
border-color css
<style>
span { border-color: #696D9B; }
span { border-color: rgb(105,109,155); }
td.TdClassName
{
border-color: #696D9B;
}
.TagClassName
{
border-color: #696D9B;
}
</style>