Shades of Chetwode Blue #696E9C
Tints of Chetwode Blue #696E9C
RGB
CMYK
RGB Variations
Color information
#696E9C (or 0x696E9C) is known color: Chetwode Blue. HEX triplet: 69, 6E and 9C. RGB value is (105,110,156). Sum of RGB (Red+Green+Blue) = 105+110+156=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #696E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696E9C is #969163. Grayscale: #717171. Windows color (decimal): -9867620 or 10251881. OLE color: 10251881.
HSL color Cylindrical-coordinate representation of color #696E9C: hue angle of 234.12º 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 #696E9C is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 110 | 156 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.39 |
| HSL | 234.12º | 0.2% | 0.51% | - |
| HSV(B) | 234.12º | 0.33% | 0.61% | - |
| XYZ | 17.4 | 16.56 | 33.73 | - |
| YUV | 113.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 156 | 0.33 | 0.29 | 0 | 0.39 | 234.12 | 0.2 | 0.51 |
| Hex | 69 | 6E | 9C | 21 | 1D | 0 | 27 | EA | 14 | 33 |
| Octal | 151 | 156 | 234 | 41 | 35 | 0 | 47 | 352 | 24 | 63 |
| Binary | 1101001 | 1101110 | 10011100 | 100001 | 11101 | 0 | 100111 | 11101010 | 10100 | 110011 |
Color Harmonies of #696E9C
Complementary color
Monochromatic Colors of #696E9C
Black with #696E9C
Text Example
Text Example
White with #696E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696E9C; }
p { color: rgb(105,110,156); }
H1.HeaderClassName
{
color: #696E9C;
}
.AnyTagClassName
{
color: #696E9C;
}
</style>
background-color css
<style>
a { background-color: #696E9C; }
a { background-color: rgb(105,110,156); }
div.DivClassName
{
background-color: #696E9C;
}
.BgClassName
{
background-color: #696E9C;
}
</style>
border-color css
<style>
span { border-color: #696E9C; }
span { border-color: rgb(105,110,156); }
td.TdClassName
{
border-color: #696E9C;
}
.TagClassName
{
border-color: #696E9C;
}
</style>