Shades of Chetwode Blue #696CBC
Tints of Chetwode Blue #696CBC
RGB
CMYK
RGB Variations
Color information
#696CBC (or 0x696CBC) is known color: Chetwode Blue. HEX triplet: 69, 6C and BC. RGB value is (105,108,188). Sum of RGB (Red+Green+Blue) = 105+108+188=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #696CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CBC is #969343. Grayscale: #737373. Windows color (decimal): -9868100 or 12348521. OLE color: 12348521.
HSL color Cylindrical-coordinate representation of color #696CBC: hue angle of 237.83º 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 #696CBC is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 108 | 188 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.26 |
| HSL | 237.83º | 0.38% | 0.57% | - |
| HSV(B) | 237.83º | 0.44% | 0.74% | - |
| XYZ | 20.27 | 17.36 | 49.86 | - |
| YUV | 116.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 188 | 0.44 | 0.43 | 0 | 0.26 | 237.83 | 0.38 | 0.57 |
| Hex | 69 | 6C | BC | 2C | 2B | 0 | 1A | EE | 26 | 39 |
| Octal | 151 | 154 | 274 | 54 | 53 | 0 | 32 | 356 | 46 | 71 |
| Binary | 1101001 | 1101100 | 10111100 | 101100 | 101011 | 0 | 11010 | 11101110 | 100110 | 111001 |
Color Harmonies of #696CBC
Complementary color
Monochromatic Colors of #696CBC
Black with #696CBC
Text Example
Text Example
White with #696CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CBC; }
p { color: rgb(105,108,188); }
H1.HeaderClassName
{
color: #696CBC;
}
.AnyTagClassName
{
color: #696CBC;
}
</style>
background-color css
<style>
a { background-color: #696CBC; }
a { background-color: rgb(105,108,188); }
div.DivClassName
{
background-color: #696CBC;
}
.BgClassName
{
background-color: #696CBC;
}
</style>
border-color css
<style>
span { border-color: #696CBC; }
span { border-color: rgb(105,108,188); }
td.TdClassName
{
border-color: #696CBC;
}
.TagClassName
{
border-color: #696CBC;
}
</style>