Shades of Chetwode Blue #696CB6
Tints of Chetwode Blue #696CB6
RGB
CMYK
RGB Variations
Color information
#696CB6 (or 0x696CB6) is known color: Chetwode Blue. HEX triplet: 69, 6C and B6. RGB value is (105,108,182). Sum of RGB (Red+Green+Blue) = 105+108+182=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #696CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CB6 is #969349. Grayscale: #737373. Windows color (decimal): -9868106 or 11955305. OLE color: 11955305.
HSL color Cylindrical-coordinate representation of color #696CB6: hue angle of 237.66º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696CB6 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 108 | 182 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.29 |
| HSL | 237.66º | 0.35% | 0.56% | - |
| HSV(B) | 237.66º | 0.42% | 0.71% | - |
| XYZ | 19.63 | 17.11 | 46.52 | - |
| YUV | 115.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 182 | 0.42 | 0.41 | 0 | 0.29 | 237.66 | 0.35 | 0.56 |
| Hex | 69 | 6C | B6 | 2A | 29 | 0 | 1D | EE | 23 | 38 |
| Octal | 151 | 154 | 266 | 52 | 51 | 0 | 35 | 356 | 43 | 70 |
| Binary | 1101001 | 1101100 | 10110110 | 101010 | 101001 | 0 | 11101 | 11101110 | 100011 | 111000 |
Color Harmonies of #696CB6
Complementary color
Monochromatic Colors of #696CB6
Black with #696CB6
Text Example
Text Example
White with #696CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CB6; }
p { color: rgb(105,108,182); }
H1.HeaderClassName
{
color: #696CB6;
}
.AnyTagClassName
{
color: #696CB6;
}
</style>
background-color css
<style>
a { background-color: #696CB6; }
a { background-color: rgb(105,108,182); }
div.DivClassName
{
background-color: #696CB6;
}
.BgClassName
{
background-color: #696CB6;
}
</style>
border-color css
<style>
span { border-color: #696CB6; }
span { border-color: rgb(105,108,182); }
td.TdClassName
{
border-color: #696CB6;
}
.TagClassName
{
border-color: #696CB6;
}
</style>