Shades of Chetwode Blue #6E709F
Tints of Chetwode Blue #6E709F
RGB
CMYK
RGB Variations
Color information
#6E709F (or 0x6E709F) is known color: Chetwode Blue. HEX triplet: 6E, 70 and 9F. RGB value is (110,112,159). Sum of RGB (Red+Green+Blue) = 110+112+159=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E709F is #918F60. Grayscale: #747474. Windows color (decimal): -9539425 or 10449006. OLE color: 10449006.
HSL color Cylindrical-coordinate representation of color #6E709F: hue angle of 237.55º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E709F is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 112 | 159 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.38 |
| HSL | 237.55º | 0.2% | 0.53% | - |
| HSV(B) | 237.55º | 0.31% | 0.62% | - |
| XYZ | 18.48 | 17.41 | 35.19 | - |
| YUV | 116.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 159 | 0.31 | 0.30 | 0 | 0.38 | 237.55 | 0.2 | 0.53 |
| Hex | 6E | 70 | 9F | 1F | 1E | 0 | 26 | EE | 14 | 35 |
| Octal | 156 | 160 | 237 | 37 | 36 | 0 | 46 | 356 | 24 | 65 |
| Binary | 1101110 | 1110000 | 10011111 | 11111 | 11110 | 0 | 100110 | 11101110 | 10100 | 110101 |
Color Harmonies of #6E709F
Complementary color
Monochromatic Colors of #6E709F
Black with #6E709F
Text Example
Text Example
White with #6E709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E709F; }
p { color: rgb(110,112,159); }
H1.HeaderClassName
{
color: #6E709F;
}
.AnyTagClassName
{
color: #6E709F;
}
</style>
background-color css
<style>
a { background-color: #6E709F; }
a { background-color: rgb(110,112,159); }
div.DivClassName
{
background-color: #6E709F;
}
.BgClassName
{
background-color: #6E709F;
}
</style>
border-color css
<style>
span { border-color: #6E709F; }
span { border-color: rgb(110,112,159); }
td.TdClassName
{
border-color: #6E709F;
}
.TagClassName
{
border-color: #6E709F;
}
</style>