Shades of Chetwode Blue #6D7AAF
Tints of Chetwode Blue #6D7AAF
RGB
CMYK
RGB Variations
Color information
#6D7AAF (or 0x6D7AAF) is known color: Chetwode Blue. HEX triplet: 6D, 7A and AF. RGB value is (109,122,175). Sum of RGB (Red+Green+Blue) = 109+122+175=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7AAF is #928550. Grayscale: #7B7B7B. Windows color (decimal): -9602385 or 11500141. OLE color: 11500141.
HSL color Cylindrical-coordinate representation of color #6D7AAF: hue angle of 228.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D7AAF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 122 | 175 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.31 |
| HSL | 228.18º | 0.29% | 0.56% | - |
| HSV(B) | 228.18º | 0.38% | 0.69% | - |
| XYZ | 21 | 20.27 | 43.36 | - |
| YUV | 124.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 122 | 175 | 0.38 | 0.30 | 0 | 0.31 | 228.18 | 0.29 | 0.56 |
| Hex | 6D | 7A | AF | 26 | 1E | 0 | 1F | E4 | 1D | 38 |
| Octal | 155 | 172 | 257 | 46 | 36 | 0 | 37 | 344 | 35 | 70 |
| Binary | 1101101 | 1111010 | 10101111 | 100110 | 11110 | 0 | 11111 | 11100100 | 11101 | 111000 |
Color Harmonies of #6D7AAF
Complementary color
Monochromatic Colors of #6D7AAF
Black with #6D7AAF
Text Example
Text Example
White with #6D7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7AAF; }
p { color: rgb(109,122,175); }
H1.HeaderClassName
{
color: #6D7AAF;
}
.AnyTagClassName
{
color: #6D7AAF;
}
</style>
background-color css
<style>
a { background-color: #6D7AAF; }
a { background-color: rgb(109,122,175); }
div.DivClassName
{
background-color: #6D7AAF;
}
.BgClassName
{
background-color: #6D7AAF;
}
</style>
border-color css
<style>
span { border-color: #6D7AAF; }
span { border-color: rgb(109,122,175); }
td.TdClassName
{
border-color: #6D7AAF;
}
.TagClassName
{
border-color: #6D7AAF;
}
</style>