Shades of Chetwode Blue #6972A7
Tints of Chetwode Blue #6972A7
RGB
CMYK
RGB Variations
Color information
#6972A7 (or 0x6972A7) is known color: Chetwode Blue. HEX triplet: 69, 72 and A7. RGB value is (105,114,167). Sum of RGB (Red+Green+Blue) = 105+114+167=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 167 - color contains mainly: blue. Hex color #6972A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6972A7 is #968D58. Grayscale: #757575. Windows color (decimal): -9866585 or 10973801. OLE color: 10973801.
HSL color Cylindrical-coordinate representation of color #6972A7: hue angle of 231.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6972A7 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 114 | 167 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.35 |
| HSL | 231.29º | 0.26% | 0.53% | - |
| HSV(B) | 231.29º | 0.37% | 0.65% | - |
| XYZ | 18.82 | 17.83 | 39.01 | - |
| YUV | 117.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 167 | 0.37 | 0.32 | 0 | 0.35 | 231.29 | 0.26 | 0.53 |
| Hex | 69 | 72 | A7 | 25 | 20 | 0 | 23 | E7 | 1A | 35 |
| Octal | 151 | 162 | 247 | 45 | 40 | 0 | 43 | 347 | 32 | 65 |
| Binary | 1101001 | 1110010 | 10100111 | 100101 | 100000 | 0 | 100011 | 11100111 | 11010 | 110101 |
Color Harmonies of #6972A7
Complementary color
Monochromatic Colors of #6972A7
Black with #6972A7
Text Example
Text Example
White with #6972A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972A7; }
p { color: rgb(105,114,167); }
H1.HeaderClassName
{
color: #6972A7;
}
.AnyTagClassName
{
color: #6972A7;
}
</style>
background-color css
<style>
a { background-color: #6972A7; }
a { background-color: rgb(105,114,167); }
div.DivClassName
{
background-color: #6972A7;
}
.BgClassName
{
background-color: #6972A7;
}
</style>
border-color css
<style>
span { border-color: #6972A7; }
span { border-color: rgb(105,114,167); }
td.TdClassName
{
border-color: #6972A7;
}
.TagClassName
{
border-color: #6972A7;
}
</style>