Shades of Chetwode Blue #6E769E
Tints of Chetwode Blue #6E769E
RGB
CMYK
RGB Variations
Color information
#6E769E (or 0x6E769E) is known color: Chetwode Blue. HEX triplet: 6E, 76 and 9E. RGB value is (110,118,158). Sum of RGB (Red+Green+Blue) = 110+118+158=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E769E is #918961. Grayscale: #777777. Windows color (decimal): -9537890 or 10385006. OLE color: 10385006.
HSL color Cylindrical-coordinate representation of color #6E769E: hue angle of 230º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E769E is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 118 | 158 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.38 |
| HSL | 230º | 0.2% | 0.53% | - |
| HSV(B) | 230º | 0.3% | 0.62% | - |
| XYZ | 19.08 | 18.74 | 34.96 | - |
| YUV | 120.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 158 | 0.30 | 0.25 | 0 | 0.38 | 230 | 0.2 | 0.53 |
| Hex | 6E | 76 | 9E | 1E | 19 | 0 | 26 | E6 | 14 | 35 |
| Octal | 156 | 166 | 236 | 36 | 31 | 0 | 46 | 346 | 24 | 65 |
| Binary | 1101110 | 1110110 | 10011110 | 11110 | 11001 | 0 | 100110 | 11100110 | 10100 | 110101 |
Color Harmonies of #6E769E
Complementary color
Monochromatic Colors of #6E769E
Black with #6E769E
Text Example
Text Example
White with #6E769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E769E; }
p { color: rgb(110,118,158); }
H1.HeaderClassName
{
color: #6E769E;
}
.AnyTagClassName
{
color: #6E769E;
}
</style>
background-color css
<style>
a { background-color: #6E769E; }
a { background-color: rgb(110,118,158); }
div.DivClassName
{
background-color: #6E769E;
}
.BgClassName
{
background-color: #6E769E;
}
</style>
border-color css
<style>
span { border-color: #6E769E; }
span { border-color: rgb(110,118,158); }
td.TdClassName
{
border-color: #6E769E;
}
.TagClassName
{
border-color: #6E769E;
}
</style>