Shades of Chetwode Blue #696DC1
Tints of Chetwode Blue #696DC1
RGB
CMYK
RGB Variations
Color information
#696DC1 (or 0x696DC1) is known color: Chetwode Blue. HEX triplet: 69, 6D and C1. RGB value is (105,109,193). Sum of RGB (Red+Green+Blue) = 105+109+193=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #696DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DC1 is #96923E. Grayscale: #757575. Windows color (decimal): -9867839 or 12676457. OLE color: 12676457.
HSL color Cylindrical-coordinate representation of color #696DC1: hue angle of 237.27º 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 #696DC1 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 109 | 193 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.24 |
| HSL | 237.27º | 0.42% | 0.58% | - |
| HSV(B) | 237.27º | 0.46% | 0.76% | - |
| XYZ | 20.92 | 17.79 | 52.78 | - |
| YUV | 117.38 | 170.67 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 193 | 0.46 | 0.44 | 0 | 0.24 | 237.27 | 0.42 | 0.58 |
| Hex | 69 | 6D | C1 | 2E | 2C | 0 | 18 | ED | 2A | 3A |
| Octal | 151 | 155 | 301 | 56 | 54 | 0 | 30 | 355 | 52 | 72 |
| Binary | 1101001 | 1101101 | 11000001 | 101110 | 101100 | 0 | 11000 | 11101101 | 101010 | 111010 |
Color Harmonies of #696DC1
Complementary color
Monochromatic Colors of #696DC1
Black with #696DC1
Text Example
Text Example
White with #696DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DC1; }
p { color: rgb(105,109,193); }
H1.HeaderClassName
{
color: #696DC1;
}
.AnyTagClassName
{
color: #696DC1;
}
</style>
background-color css
<style>
a { background-color: #696DC1; }
a { background-color: rgb(105,109,193); }
div.DivClassName
{
background-color: #696DC1;
}
.BgClassName
{
background-color: #696DC1;
}
</style>
border-color css
<style>
span { border-color: #696DC1; }
span { border-color: rgb(105,109,193); }
td.TdClassName
{
border-color: #696DC1;
}
.TagClassName
{
border-color: #696DC1;
}
</style>