Shades of Chetwode Blue #6970AC
Tints of Chetwode Blue #6970AC
RGB
CMYK
RGB Variations
Color information
#6970AC (or 0x6970AC) is known color: Chetwode Blue. HEX triplet: 69, 70 and AC. RGB value is (105,112,172). Sum of RGB (Red+Green+Blue) = 105+112+172=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #6970AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6970AC is #968F53. Grayscale: #747474. Windows color (decimal): -9867092 or 11300969. OLE color: 11300969.
HSL color Cylindrical-coordinate representation of color #6970AC: hue angle of 233.73º degrees, saturation: 0.29, 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 #6970AC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 112 | 172 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.33 |
| HSL | 233.73º | 0.29% | 0.54% | - |
| HSV(B) | 233.73º | 0.39% | 0.67% | - |
| XYZ | 19.07 | 17.57 | 41.42 | - |
| YUV | 116.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 172 | 0.39 | 0.35 | 0 | 0.33 | 233.73 | 0.29 | 0.54 |
| Hex | 69 | 70 | AC | 27 | 23 | 0 | 21 | EA | 1D | 36 |
| Octal | 151 | 160 | 254 | 47 | 43 | 0 | 41 | 352 | 35 | 66 |
| Binary | 1101001 | 1110000 | 10101100 | 100111 | 100011 | 0 | 100001 | 11101010 | 11101 | 110110 |
Color Harmonies of #6970AC
Complementary color
Monochromatic Colors of #6970AC
Black with #6970AC
Text Example
Text Example
White with #6970AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970AC; }
p { color: rgb(105,112,172); }
H1.HeaderClassName
{
color: #6970AC;
}
.AnyTagClassName
{
color: #6970AC;
}
</style>
background-color css
<style>
a { background-color: #6970AC; }
a { background-color: rgb(105,112,172); }
div.DivClassName
{
background-color: #6970AC;
}
.BgClassName
{
background-color: #6970AC;
}
</style>
border-color css
<style>
span { border-color: #6970AC; }
span { border-color: rgb(105,112,172); }
td.TdClassName
{
border-color: #6970AC;
}
.TagClassName
{
border-color: #6970AC;
}
</style>