Shades of Chetwode Blue #6970AD
Tints of Chetwode Blue #6970AD
RGB
CMYK
RGB Variations
Color information
#6970AD (or 0x6970AD) is known color: Chetwode Blue. HEX triplet: 69, 70 and AD. RGB value is (105,112,173). Sum of RGB (Red+Green+Blue) = 105+112+173=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #6970AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6970AD is #968F52. Grayscale: #747474. Windows color (decimal): -9867091 or 11366505. OLE color: 11366505.
HSL color Cylindrical-coordinate representation of color #6970AD: hue angle of 233.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6970AD is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 112 | 173 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.32 |
| HSL | 233.82º | 0.29% | 0.55% | - |
| HSV(B) | 233.82º | 0.39% | 0.68% | - |
| XYZ | 19.16 | 17.61 | 41.92 | - |
| YUV | 116.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 173 | 0.39 | 0.35 | 0 | 0.32 | 233.82 | 0.29 | 0.55 |
| Hex | 69 | 70 | AD | 27 | 23 | 0 | 20 | EA | 1D | 37 |
| Octal | 151 | 160 | 255 | 47 | 43 | 0 | 40 | 352 | 35 | 67 |
| Binary | 1101001 | 1110000 | 10101101 | 100111 | 100011 | 0 | 100000 | 11101010 | 11101 | 110111 |
Color Harmonies of #6970AD
Complementary color
Monochromatic Colors of #6970AD
Black with #6970AD
Text Example
Text Example
White with #6970AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970AD; }
p { color: rgb(105,112,173); }
H1.HeaderClassName
{
color: #6970AD;
}
.AnyTagClassName
{
color: #6970AD;
}
</style>
background-color css
<style>
a { background-color: #6970AD; }
a { background-color: rgb(105,112,173); }
div.DivClassName
{
background-color: #6970AD;
}
.BgClassName
{
background-color: #6970AD;
}
</style>
border-color css
<style>
span { border-color: #6970AD; }
span { border-color: rgb(105,112,173); }
td.TdClassName
{
border-color: #6970AD;
}
.TagClassName
{
border-color: #6970AD;
}
</style>