Shades of Chetwode Blue #6971AF
Tints of Chetwode Blue #6971AF
RGB
CMYK
RGB Variations
Color information
#6971AF (or 0x6971AF) is known color: Chetwode Blue. HEX triplet: 69, 71 and AF. RGB value is (105,113,175). Sum of RGB (Red+Green+Blue) = 105+113+175=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #6971AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6971AF is #968E50. Grayscale: #757575. Windows color (decimal): -9866833 or 11497833. OLE color: 11497833.
HSL color Cylindrical-coordinate representation of color #6971AF: hue angle of 233.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6971AF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 113 | 175 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.31 |
| HSL | 233.14º | 0.3% | 0.55% | - |
| HSV(B) | 233.14º | 0.4% | 0.69% | - |
| XYZ | 19.47 | 17.91 | 42.99 | - |
| YUV | 117.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 175 | 0.40 | 0.35 | 0 | 0.31 | 233.14 | 0.3 | 0.55 |
| Hex | 69 | 71 | AF | 28 | 23 | 0 | 1F | E9 | 1E | 37 |
| Octal | 151 | 161 | 257 | 50 | 43 | 0 | 37 | 351 | 36 | 67 |
| Binary | 1101001 | 1110001 | 10101111 | 101000 | 100011 | 0 | 11111 | 11101001 | 11110 | 110111 |
Color Harmonies of #6971AF
Complementary color
Monochromatic Colors of #6971AF
Black with #6971AF
Text Example
Text Example
White with #6971AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6971AF; }
p { color: rgb(105,113,175); }
H1.HeaderClassName
{
color: #6971AF;
}
.AnyTagClassName
{
color: #6971AF;
}
</style>
background-color css
<style>
a { background-color: #6971AF; }
a { background-color: rgb(105,113,175); }
div.DivClassName
{
background-color: #6971AF;
}
.BgClassName
{
background-color: #6971AF;
}
</style>
border-color css
<style>
span { border-color: #6971AF; }
span { border-color: rgb(105,113,175); }
td.TdClassName
{
border-color: #6971AF;
}
.TagClassName
{
border-color: #6971AF;
}
</style>