Shades of Chetwode Blue #696D9C
Tints of Chetwode Blue #696D9C
RGB
CMYK
RGB Variations
Color information
#696D9C (or 0x696D9C) is known color: Chetwode Blue. HEX triplet: 69, 6D and 9C. RGB value is (105,109,156). Sum of RGB (Red+Green+Blue) = 105+109+156=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #696D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D9C is #969263. Grayscale: #707070. Windows color (decimal): -9867876 or 10251625. OLE color: 10251625.
HSL color Cylindrical-coordinate representation of color #696D9C: hue angle of 235.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696D9C is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 109 | 156 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.39 |
| HSL | 235.29º | 0.2% | 0.51% | - |
| HSV(B) | 235.29º | 0.33% | 0.61% | - |
| XYZ | 17.3 | 16.34 | 33.7 | - |
| YUV | 113.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 156 | 0.33 | 0.30 | 0 | 0.39 | 235.29 | 0.2 | 0.51 |
| Hex | 69 | 6D | 9C | 21 | 1E | 0 | 27 | EB | 14 | 33 |
| Octal | 151 | 155 | 234 | 41 | 36 | 0 | 47 | 353 | 24 | 63 |
| Binary | 1101001 | 1101101 | 10011100 | 100001 | 11110 | 0 | 100111 | 11101011 | 10100 | 110011 |
Color Harmonies of #696D9C
Complementary color
Monochromatic Colors of #696D9C
Black with #696D9C
Text Example
Text Example
White with #696D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D9C; }
p { color: rgb(105,109,156); }
H1.HeaderClassName
{
color: #696D9C;
}
.AnyTagClassName
{
color: #696D9C;
}
</style>
background-color css
<style>
a { background-color: #696D9C; }
a { background-color: rgb(105,109,156); }
div.DivClassName
{
background-color: #696D9C;
}
.BgClassName
{
background-color: #696D9C;
}
</style>
border-color css
<style>
span { border-color: #696D9C; }
span { border-color: rgb(105,109,156); }
td.TdClassName
{
border-color: #696D9C;
}
.TagClassName
{
border-color: #696D9C;
}
</style>