Shades of Chetwode Blue #696EC1
Tints of Chetwode Blue #696EC1
RGB
CMYK
RGB Variations
Color information
#696EC1 (or 0x696EC1) is known color: Chetwode Blue. HEX triplet: 69, 6E and C1. RGB value is (105,110,193). Sum of RGB (Red+Green+Blue) = 105+110+193=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #696EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696EC1 is #96913E. Grayscale: #757575. Windows color (decimal): -9867583 or 12676713. OLE color: 12676713.
HSL color Cylindrical-coordinate representation of color #696EC1: hue angle of 236.59º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696EC1 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 110 | 193 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.24 |
| HSL | 236.59º | 0.42% | 0.58% | - |
| HSV(B) | 236.59º | 0.46% | 0.76% | - |
| XYZ | 21.03 | 18.01 | 52.82 | - |
| YUV | 117.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 110 | 193 | 0.46 | 0.43 | 0 | 0.24 | 236.59 | 0.42 | 0.58 |
| Hex | 69 | 6E | C1 | 2E | 2B | 0 | 18 | ED | 2A | 3A |
| Octal | 151 | 156 | 301 | 56 | 53 | 0 | 30 | 355 | 52 | 72 |
| Binary | 1101001 | 1101110 | 11000001 | 101110 | 101011 | 0 | 11000 | 11101101 | 101010 | 111010 |
Color Harmonies of #696EC1
Complementary color
Monochromatic Colors of #696EC1
Black with #696EC1
Text Example
Text Example
White with #696EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696EC1; }
p { color: rgb(105,110,193); }
H1.HeaderClassName
{
color: #696EC1;
}
.AnyTagClassName
{
color: #696EC1;
}
</style>
background-color css
<style>
a { background-color: #696EC1; }
a { background-color: rgb(105,110,193); }
div.DivClassName
{
background-color: #696EC1;
}
.BgClassName
{
background-color: #696EC1;
}
</style>
border-color css
<style>
span { border-color: #696EC1; }
span { border-color: rgb(105,110,193); }
td.TdClassName
{
border-color: #696EC1;
}
.TagClassName
{
border-color: #696EC1;
}
</style>