Shades of Chetwode Blue #696FBC
Tints of Chetwode Blue #696FBC
RGB
CMYK
RGB Variations
Color information
#696FBC (or 0x696FBC) is known color: Chetwode Blue. HEX triplet: 69, 6F and BC. RGB value is (105,111,188). Sum of RGB (Red+Green+Blue) = 105+111+188=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #696FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FBC is #969043. Grayscale: #757575. Windows color (decimal): -9867332 or 12349289. OLE color: 12349289.
HSL color Cylindrical-coordinate representation of color #696FBC: hue angle of 235.66º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696FBC is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 111 | 188 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.26 |
| HSL | 235.66º | 0.38% | 0.57% | - |
| HSV(B) | 235.66º | 0.44% | 0.74% | - |
| XYZ | 20.59 | 18 | 49.97 | - |
| YUV | 117.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 188 | 0.44 | 0.41 | 0 | 0.26 | 235.66 | 0.38 | 0.57 |
| Hex | 69 | 6F | BC | 2C | 29 | 0 | 1A | EC | 26 | 39 |
| Octal | 151 | 157 | 274 | 54 | 51 | 0 | 32 | 354 | 46 | 71 |
| Binary | 1101001 | 1101111 | 10111100 | 101100 | 101001 | 0 | 11010 | 11101100 | 100110 | 111001 |
Color Harmonies of #696FBC
Complementary color
Monochromatic Colors of #696FBC
Black with #696FBC
Text Example
Text Example
White with #696FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FBC; }
p { color: rgb(105,111,188); }
H1.HeaderClassName
{
color: #696FBC;
}
.AnyTagClassName
{
color: #696FBC;
}
</style>
background-color css
<style>
a { background-color: #696FBC; }
a { background-color: rgb(105,111,188); }
div.DivClassName
{
background-color: #696FBC;
}
.BgClassName
{
background-color: #696FBC;
}
</style>
border-color css
<style>
span { border-color: #696FBC; }
span { border-color: rgb(105,111,188); }
td.TdClassName
{
border-color: #696FBC;
}
.TagClassName
{
border-color: #696FBC;
}
</style>