Shades of Chetwode Blue #696DC6
Tints of Chetwode Blue #696DC6
RGB
CMYK
RGB Variations
Color information
#696DC6 (or 0x696DC6) is known color: Chetwode Blue. HEX triplet: 69, 6D and C6. RGB value is (105,109,198). Sum of RGB (Red+Green+Blue) = 105+109+198=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #696DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DC6 is #969239. Grayscale: #757575. Windows color (decimal): -9867834 or 13004137. OLE color: 13004137.
HSL color Cylindrical-coordinate representation of color #696DC6: hue angle of 237.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696DC6 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 109 | 198 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.22 |
| HSL | 237.42º | 0.45% | 0.59% | - |
| HSV(B) | 237.42º | 0.47% | 0.78% | - |
| XYZ | 21.49 | 18.02 | 55.77 | - |
| YUV | 117.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 198 | 0.47 | 0.45 | 0 | 0.22 | 237.42 | 0.45 | 0.59 |
| Hex | 69 | 6D | C6 | 2F | 2D | 0 | 16 | ED | 2D | 3B |
| Octal | 151 | 155 | 306 | 57 | 55 | 0 | 26 | 355 | 55 | 73 |
| Binary | 1101001 | 1101101 | 11000110 | 101111 | 101101 | 0 | 10110 | 11101101 | 101101 | 111011 |
Color Harmonies of #696DC6
Complementary color
Monochromatic Colors of #696DC6
Black with #696DC6
Text Example
Text Example
White with #696DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DC6; }
p { color: rgb(105,109,198); }
H1.HeaderClassName
{
color: #696DC6;
}
.AnyTagClassName
{
color: #696DC6;
}
</style>
background-color css
<style>
a { background-color: #696DC6; }
a { background-color: rgb(105,109,198); }
div.DivClassName
{
background-color: #696DC6;
}
.BgClassName
{
background-color: #696DC6;
}
</style>
border-color css
<style>
span { border-color: #696DC6; }
span { border-color: rgb(105,109,198); }
td.TdClassName
{
border-color: #696DC6;
}
.TagClassName
{
border-color: #696DC6;
}
</style>