Shades of Chetwode Blue #696DB8
Tints of Chetwode Blue #696DB8
RGB
CMYK
RGB Variations
Color information
#696DB8 (or 0x696DB8) is known color: Chetwode Blue. HEX triplet: 69, 6D and B8. RGB value is (105,109,184). Sum of RGB (Red+Green+Blue) = 105+109+184=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #696DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DB8 is #969247. Grayscale: #747474. Windows color (decimal): -9867848 or 12086633. OLE color: 12086633.
HSL color Cylindrical-coordinate representation of color #696DB8: hue angle of 236.96º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #696DB8 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 109 | 184 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.28 |
| HSL | 236.96º | 0.36% | 0.57% | - |
| HSV(B) | 236.96º | 0.43% | 0.72% | - |
| XYZ | 19.95 | 17.4 | 47.65 | - |
| YUV | 116.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 184 | 0.43 | 0.41 | 0 | 0.28 | 236.96 | 0.36 | 0.57 |
| Hex | 69 | 6D | B8 | 2B | 29 | 0 | 1C | ED | 24 | 39 |
| Octal | 151 | 155 | 270 | 53 | 51 | 0 | 34 | 355 | 44 | 71 |
| Binary | 1101001 | 1101101 | 10111000 | 101011 | 101001 | 0 | 11100 | 11101101 | 100100 | 111001 |
Color Harmonies of #696DB8
Complementary color
Monochromatic Colors of #696DB8
Black with #696DB8
Text Example
Text Example
White with #696DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DB8; }
p { color: rgb(105,109,184); }
H1.HeaderClassName
{
color: #696DB8;
}
.AnyTagClassName
{
color: #696DB8;
}
</style>
background-color css
<style>
a { background-color: #696DB8; }
a { background-color: rgb(105,109,184); }
div.DivClassName
{
background-color: #696DB8;
}
.BgClassName
{
background-color: #696DB8;
}
</style>
border-color css
<style>
span { border-color: #696DB8; }
span { border-color: rgb(105,109,184); }
td.TdClassName
{
border-color: #696DB8;
}
.TagClassName
{
border-color: #696DB8;
}
</style>