Shades of Chetwode Blue #696D9D
Tints of Chetwode Blue #696D9D
RGB
CMYK
RGB Variations
Color information
#696D9D (or 0x696D9D) is known color: Chetwode Blue. HEX triplet: 69, 6D and 9D. RGB value is (105,109,157). Sum of RGB (Red+Green+Blue) = 105+109+157=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #696D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D9D is #969262. Grayscale: #717171. Windows color (decimal): -9867875 or 10317161. OLE color: 10317161.
HSL color Cylindrical-coordinate representation of color #696D9D: hue angle of 235.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696D9D is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 109 | 157 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.38 |
| HSL | 235.38º | 0.21% | 0.51% | - |
| HSV(B) | 235.38º | 0.33% | 0.62% | - |
| XYZ | 17.38 | 16.37 | 34.14 | - |
| YUV | 113.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 157 | 0.33 | 0.31 | 0 | 0.38 | 235.38 | 0.21 | 0.51 |
| Hex | 69 | 6D | 9D | 21 | 1F | 0 | 26 | EB | 15 | 33 |
| Octal | 151 | 155 | 235 | 41 | 37 | 0 | 46 | 353 | 25 | 63 |
| Binary | 1101001 | 1101101 | 10011101 | 100001 | 11111 | 0 | 100110 | 11101011 | 10101 | 110011 |
Color Harmonies of #696D9D
Complementary color
Monochromatic Colors of #696D9D
Black with #696D9D
Text Example
Text Example
White with #696D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D9D; }
p { color: rgb(105,109,157); }
H1.HeaderClassName
{
color: #696D9D;
}
.AnyTagClassName
{
color: #696D9D;
}
</style>
background-color css
<style>
a { background-color: #696D9D; }
a { background-color: rgb(105,109,157); }
div.DivClassName
{
background-color: #696D9D;
}
.BgClassName
{
background-color: #696D9D;
}
</style>
border-color css
<style>
span { border-color: #696D9D; }
span { border-color: rgb(105,109,157); }
td.TdClassName
{
border-color: #696D9D;
}
.TagClassName
{
border-color: #696D9D;
}
</style>