Shades of Chetwode Blue #696EC8
Tints of Chetwode Blue #696EC8
RGB
CMYK
RGB Variations
Color information
#696EC8 (or 0x696EC8) is known color: Chetwode Blue. HEX triplet: 69, 6E and C8. RGB value is (105,110,200). Sum of RGB (Red+Green+Blue) = 105+110+200=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #696EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EC8 is #969137. Grayscale: #767676. Windows color (decimal): -9867576 or 13135465. OLE color: 13135465.
HSL color Cylindrical-coordinate representation of color #696EC8: hue angle of 236.84º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696EC8 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 110 | 200 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.22 |
| HSL | 236.84º | 0.46% | 0.6% | - |
| HSV(B) | 236.84º | 0.48% | 0.78% | - |
| XYZ | 21.83 | 18.33 | 57.03 | - |
| YUV | 118.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 200 | 0.48 | 0.45 | 0 | 0.22 | 236.84 | 0.46 | 0.6 |
| Hex | 69 | 6E | C8 | 30 | 2D | 0 | 16 | ED | 2E | 3C |
| Octal | 151 | 156 | 310 | 60 | 55 | 0 | 26 | 355 | 56 | 74 |
| Binary | 1101001 | 1101110 | 11001000 | 110000 | 101101 | 0 | 10110 | 11101101 | 101110 | 111100 |
Color Harmonies of #696EC8
Complementary color
Monochromatic Colors of #696EC8
Black with #696EC8
Text Example
Text Example
White with #696EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EC8; }
p { color: rgb(105,110,200); }
H1.HeaderClassName
{
color: #696EC8;
}
.AnyTagClassName
{
color: #696EC8;
}
</style>
background-color css
<style>
a { background-color: #696EC8; }
a { background-color: rgb(105,110,200); }
div.DivClassName
{
background-color: #696EC8;
}
.BgClassName
{
background-color: #696EC8;
}
</style>
border-color css
<style>
span { border-color: #696EC8; }
span { border-color: rgb(105,110,200); }
td.TdClassName
{
border-color: #696EC8;
}
.TagClassName
{
border-color: #696EC8;
}
</style>