Shades of Chetwode Blue #6973AA
Tints of Chetwode Blue #6973AA
RGB
CMYK
RGB Variations
Color information
#6973AA (or 0x6973AA) is known color: Chetwode Blue. HEX triplet: 69, 73 and AA. RGB value is (105,115,170). Sum of RGB (Red+Green+Blue) = 105+115+170=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #6973AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6973AA is #968C55. Grayscale: #767676. Windows color (decimal): -9866326 or 11170665. OLE color: 11170665.
HSL color Cylindrical-coordinate representation of color #6973AA: hue angle of 230.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6973AA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 115 | 170 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.33 |
| HSL | 230.77º | 0.28% | 0.54% | - |
| HSV(B) | 230.77º | 0.38% | 0.67% | - |
| XYZ | 19.21 | 18.17 | 40.52 | - |
| YUV | 118.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 170 | 0.38 | 0.32 | 0 | 0.33 | 230.77 | 0.28 | 0.54 |
| Hex | 69 | 73 | AA | 26 | 20 | 0 | 21 | E7 | 1C | 36 |
| Octal | 151 | 163 | 252 | 46 | 40 | 0 | 41 | 347 | 34 | 66 |
| Binary | 1101001 | 1110011 | 10101010 | 100110 | 100000 | 0 | 100001 | 11100111 | 11100 | 110110 |
Color Harmonies of #6973AA
Complementary color
Monochromatic Colors of #6973AA
Black with #6973AA
Text Example
Text Example
White with #6973AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6973AA; }
p { color: rgb(105,115,170); }
H1.HeaderClassName
{
color: #6973AA;
}
.AnyTagClassName
{
color: #6973AA;
}
</style>
background-color css
<style>
a { background-color: #6973AA; }
a { background-color: rgb(105,115,170); }
div.DivClassName
{
background-color: #6973AA;
}
.BgClassName
{
background-color: #6973AA;
}
</style>
border-color css
<style>
span { border-color: #6973AA; }
span { border-color: rgb(105,115,170); }
td.TdClassName
{
border-color: #6973AA;
}
.TagClassName
{
border-color: #6973AA;
}
</style>