Shades of Chetwode Blue #6E759D
Tints of Chetwode Blue #6E759D
RGB
CMYK
RGB Variations
Color information
#6E759D (or 0x6E759D) is known color: Chetwode Blue. HEX triplet: 6E, 75 and 9D. RGB value is (110,117,157). Sum of RGB (Red+Green+Blue) = 110+117+157=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E759D is #918A62. Grayscale: #777777. Windows color (decimal): -9538147 or 10319214. OLE color: 10319214.
HSL color Cylindrical-coordinate representation of color #6E759D: hue angle of 231.06º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E759D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 117 | 157 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.38 |
| HSL | 231.06º | 0.19% | 0.52% | - |
| HSV(B) | 231.06º | 0.3% | 0.62% | - |
| XYZ | 18.88 | 18.47 | 34.47 | - |
| YUV | 119.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 157 | 0.30 | 0.25 | 0 | 0.38 | 231.06 | 0.19 | 0.52 |
| Hex | 6E | 75 | 9D | 1E | 19 | 0 | 26 | E7 | 13 | 34 |
| Octal | 156 | 165 | 235 | 36 | 31 | 0 | 46 | 347 | 23 | 64 |
| Binary | 1101110 | 1110101 | 10011101 | 11110 | 11001 | 0 | 100110 | 11100111 | 10011 | 110100 |
Color Harmonies of #6E759D
Complementary color
Monochromatic Colors of #6E759D
Black with #6E759D
Text Example
Text Example
White with #6E759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E759D; }
p { color: rgb(110,117,157); }
H1.HeaderClassName
{
color: #6E759D;
}
.AnyTagClassName
{
color: #6E759D;
}
</style>
background-color css
<style>
a { background-color: #6E759D; }
a { background-color: rgb(110,117,157); }
div.DivClassName
{
background-color: #6E759D;
}
.BgClassName
{
background-color: #6E759D;
}
</style>
border-color css
<style>
span { border-color: #6E759D; }
span { border-color: rgb(110,117,157); }
td.TdClassName
{
border-color: #6E759D;
}
.TagClassName
{
border-color: #6E759D;
}
</style>