Shades of Chetwode Blue #696AA3
Tints of Chetwode Blue #696AA3
RGB
CMYK
RGB Variations
Color information
#696AA3 (or 0x696AA3) is known color: Chetwode Blue. HEX triplet: 69, 6A and A3. RGB value is (105,106,163). Sum of RGB (Red+Green+Blue) = 105+106+163=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 163 (64.06% from 255 or 43.58% from 374); Max value from RGB is 163 - color contains mainly: blue. Hex color #696AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696AA3 is #96955C. Grayscale: #6F6F6F. Windows color (decimal): -9868637 or 10709609. OLE color: 10709609.
HSL color Cylindrical-coordinate representation of color #696AA3: hue angle of 238.97º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696AA3 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 106 | 163 | - |
| CMYK | 0.36 | 0.35 | 0 | 0.36 |
| HSL | 238.97º | 0.24% | 0.53% | - |
| HSV(B) | 238.97º | 0.36% | 0.64% | - |
| XYZ | 17.59 | 15.96 | 36.8 | - |
| YUV | 112.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 163 | 0.36 | 0.35 | 0 | 0.36 | 238.97 | 0.24 | 0.53 |
| Hex | 69 | 6A | A3 | 24 | 23 | 0 | 24 | EF | 18 | 35 |
| Octal | 151 | 152 | 243 | 44 | 43 | 0 | 44 | 357 | 30 | 65 |
| Binary | 1101001 | 1101010 | 10100011 | 100100 | 100011 | 0 | 100100 | 11101111 | 11000 | 110101 |
Color Harmonies of #696AA3
Complementary color
Monochromatic Colors of #696AA3
Black with #696AA3
Text Example
Text Example
White with #696AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696AA3; }
p { color: rgb(105,106,163); }
H1.HeaderClassName
{
color: #696AA3;
}
.AnyTagClassName
{
color: #696AA3;
}
</style>
background-color css
<style>
a { background-color: #696AA3; }
a { background-color: rgb(105,106,163); }
div.DivClassName
{
background-color: #696AA3;
}
.BgClassName
{
background-color: #696AA3;
}
</style>
border-color css
<style>
span { border-color: #696AA3; }
span { border-color: rgb(105,106,163); }
td.TdClassName
{
border-color: #696AA3;
}
.TagClassName
{
border-color: #696AA3;
}
</style>