Shades of Chetwode Blue #696ECC
Tints of Chetwode Blue #696ECC
RGB
CMYK
RGB Variations
Color information
#696ECC (or 0x696ECC) is known color: Chetwode Blue. HEX triplet: 69, 6E and CC. RGB value is (105,110,204). Sum of RGB (Red+Green+Blue) = 105+110+204=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #696ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ECC is #969133. Grayscale: #767676. Windows color (decimal): -9867572 or 13397609. OLE color: 13397609.
HSL color Cylindrical-coordinate representation of color #696ECC: hue angle of 236.97º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696ECC is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 110 | 204 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.2 |
| HSL | 236.97º | 0.49% | 0.61% | - |
| HSV(B) | 236.97º | 0.49% | 0.8% | - |
| XYZ | 22.3 | 18.51 | 59.53 | - |
| YUV | 119.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 204 | 0.49 | 0.46 | 0 | 0.2 | 236.97 | 0.49 | 0.61 |
| Hex | 69 | 6E | CC | 31 | 2E | 0 | 14 | ED | 31 | 3D |
| Octal | 151 | 156 | 314 | 61 | 56 | 0 | 24 | 355 | 61 | 75 |
| Binary | 1101001 | 1101110 | 11001100 | 110001 | 101110 | 0 | 10100 | 11101101 | 110001 | 111101 |
Color Harmonies of #696ECC
Complementary color
Monochromatic Colors of #696ECC
Black with #696ECC
Text Example
Text Example
White with #696ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696ECC; }
p { color: rgb(105,110,204); }
H1.HeaderClassName
{
color: #696ECC;
}
.AnyTagClassName
{
color: #696ECC;
}
</style>
background-color css
<style>
a { background-color: #696ECC; }
a { background-color: rgb(105,110,204); }
div.DivClassName
{
background-color: #696ECC;
}
.BgClassName
{
background-color: #696ECC;
}
</style>
border-color css
<style>
span { border-color: #696ECC; }
span { border-color: rgb(105,110,204); }
td.TdClassName
{
border-color: #696ECC;
}
.TagClassName
{
border-color: #696ECC;
}
</style>