Shades of Chetwode Blue #696ECB
Tints of Chetwode Blue #696ECB
RGB
CMYK
RGB Variations
Color information
#696ECB (or 0x696ECB) is known color: Chetwode Blue. HEX triplet: 69, 6E and CB. RGB value is (105,110,203). Sum of RGB (Red+Green+Blue) = 105+110+203=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #696ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ECB is #969134. Grayscale: #767676. Windows color (decimal): -9867573 or 13332073. OLE color: 13332073.
HSL color Cylindrical-coordinate representation of color #696ECB: hue angle of 236.94º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696ECB is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 110 | 203 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.20 |
| HSL | 236.94º | 0.49% | 0.6% | - |
| HSV(B) | 236.94º | 0.48% | 0.8% | - |
| XYZ | 22.18 | 18.47 | 58.9 | - |
| YUV | 119.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 203 | 0.48 | 0.46 | 0 | 0.20 | 236.94 | 0.49 | 0.6 |
| Hex | 69 | 6E | CB | 30 | 2E | 0 | 14 | ED | 31 | 3C |
| Octal | 151 | 156 | 313 | 60 | 56 | 0 | 24 | 355 | 61 | 74 |
| Binary | 1101001 | 1101110 | 11001011 | 110000 | 101110 | 0 | 10100 | 11101101 | 110001 | 111100 |
Color Harmonies of #696ECB
Complementary color
Monochromatic Colors of #696ECB
Black with #696ECB
Text Example
Text Example
White with #696ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696ECB; }
p { color: rgb(105,110,203); }
H1.HeaderClassName
{
color: #696ECB;
}
.AnyTagClassName
{
color: #696ECB;
}
</style>
background-color css
<style>
a { background-color: #696ECB; }
a { background-color: rgb(105,110,203); }
div.DivClassName
{
background-color: #696ECB;
}
.BgClassName
{
background-color: #696ECB;
}
</style>
border-color css
<style>
span { border-color: #696ECB; }
span { border-color: rgb(105,110,203); }
td.TdClassName
{
border-color: #696ECB;
}
.TagClassName
{
border-color: #696ECB;
}
</style>