Shades of Chetwode Blue #6972AB
Tints of Chetwode Blue #6972AB
RGB
CMYK
RGB Variations
Color information
#6972AB (or 0x6972AB) is known color: Chetwode Blue. HEX triplet: 69, 72 and AB. RGB value is (105,114,171). Sum of RGB (Red+Green+Blue) = 105+114+171=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #6972AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6972AB is #968D54. Grayscale: #757575. Windows color (decimal): -9866581 or 11235945. OLE color: 11235945.
HSL color Cylindrical-coordinate representation of color #6972AB: hue angle of 231.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6972AB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 114 | 171 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.33 |
| HSL | 231.82º | 0.28% | 0.54% | - |
| HSV(B) | 231.82º | 0.39% | 0.67% | - |
| XYZ | 19.19 | 17.98 | 40.99 | - |
| YUV | 117.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 171 | 0.39 | 0.33 | 0 | 0.33 | 231.82 | 0.28 | 0.54 |
| Hex | 69 | 72 | AB | 27 | 21 | 0 | 21 | E8 | 1C | 36 |
| Octal | 151 | 162 | 253 | 47 | 41 | 0 | 41 | 350 | 34 | 66 |
| Binary | 1101001 | 1110010 | 10101011 | 100111 | 100001 | 0 | 100001 | 11101000 | 11100 | 110110 |
Color Harmonies of #6972AB
Complementary color
Monochromatic Colors of #6972AB
Black with #6972AB
Text Example
Text Example
White with #6972AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972AB; }
p { color: rgb(105,114,171); }
H1.HeaderClassName
{
color: #6972AB;
}
.AnyTagClassName
{
color: #6972AB;
}
</style>
background-color css
<style>
a { background-color: #6972AB; }
a { background-color: rgb(105,114,171); }
div.DivClassName
{
background-color: #6972AB;
}
.BgClassName
{
background-color: #6972AB;
}
</style>
border-color css
<style>
span { border-color: #6972AB; }
span { border-color: rgb(105,114,171); }
td.TdClassName
{
border-color: #6972AB;
}
.TagClassName
{
border-color: #6972AB;
}
</style>