Shades of Chetwode Blue #6D70AF
Tints of Chetwode Blue #6D70AF
RGB
CMYK
RGB Variations
Color information
#6D70AF (or 0x6D70AF) is known color: Chetwode Blue. HEX triplet: 6D, 70 and AF. RGB value is (109,112,175). Sum of RGB (Red+Green+Blue) = 109+112+175=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D70AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D70AF is #928F50. Grayscale: #767676. Windows color (decimal): -9604945 or 11497581. OLE color: 11497581.
HSL color Cylindrical-coordinate representation of color #6D70AF: hue angle of 237.27º 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 #6D70AF is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 112 | 175 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.31 |
| HSL | 237.27º | 0.29% | 0.56% | - |
| HSV(B) | 237.27º | 0.38% | 0.69% | - |
| XYZ | 19.84 | 17.93 | 42.97 | - |
| YUV | 118.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 175 | 0.38 | 0.36 | 0 | 0.31 | 237.27 | 0.29 | 0.56 |
| Hex | 6D | 70 | AF | 26 | 24 | 0 | 1F | ED | 1D | 38 |
| Octal | 155 | 160 | 257 | 46 | 44 | 0 | 37 | 355 | 35 | 70 |
| Binary | 1101101 | 1110000 | 10101111 | 100110 | 100100 | 0 | 11111 | 11101101 | 11101 | 111000 |
Color Harmonies of #6D70AF
Complementary color
Monochromatic Colors of #6D70AF
Black with #6D70AF
Text Example
Text Example
White with #6D70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D70AF; }
p { color: rgb(109,112,175); }
H1.HeaderClassName
{
color: #6D70AF;
}
.AnyTagClassName
{
color: #6D70AF;
}
</style>
background-color css
<style>
a { background-color: #6D70AF; }
a { background-color: rgb(109,112,175); }
div.DivClassName
{
background-color: #6D70AF;
}
.BgClassName
{
background-color: #6D70AF;
}
</style>
border-color css
<style>
span { border-color: #6D70AF; }
span { border-color: rgb(109,112,175); }
td.TdClassName
{
border-color: #6D70AF;
}
.TagClassName
{
border-color: #6D70AF;
}
</style>