Shades of Oxley #6E8F7D
Tints of Oxley #6E8F7D
RGB
CMYK
RGB Variations
Color information
#6E8F7D (or 0x6E8F7D) is known color: Oxley. HEX triplet: 6E, 8F and 7D. RGB value is (110,143,125). Sum of RGB (Red+Green+Blue) = 110+143+125=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8F7D is #917082. Grayscale: #838383. Windows color (decimal): -9531523 or 8228718. OLE color: 8228718.
HSL color Cylindrical-coordinate representation of color #6E8F7D: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8F7D is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 143 | 125 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.44 |
| HSL | 147.27º | 0.13% | 0.5% | - |
| HSV(B) | 147.27º | 0.23% | 0.56% | - |
| XYZ | 19.95 | 24.44 | 23.07 | - |
| YUV | 131.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 125 | 0.23 | 0 | 0.13 | 0.44 | 147.27 | 0.13 | 0.5 |
| Hex | 6E | 8F | 7D | 17 | 0 | D | 2C | 93 | D | 32 |
| Octal | 156 | 217 | 175 | 27 | 0 | 15 | 54 | 223 | 15 | 62 |
| Binary | 1101110 | 10001111 | 1111101 | 10111 | 0 | 1101 | 101100 | 10010011 | 1101 | 110010 |
Color Harmonies of #6E8F7D
Complementary color
Monochromatic Colors of #6E8F7D
Black with #6E8F7D
Text Example
Text Example
White with #6E8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8F7D; }
p { color: rgb(110,143,125); }
H1.HeaderClassName
{
color: #6E8F7D;
}
.AnyTagClassName
{
color: #6E8F7D;
}
</style>
background-color css
<style>
a { background-color: #6E8F7D; }
a { background-color: rgb(110,143,125); }
div.DivClassName
{
background-color: #6E8F7D;
}
.BgClassName
{
background-color: #6E8F7D;
}
</style>
border-color css
<style>
span { border-color: #6E8F7D; }
span { border-color: rgb(110,143,125); }
td.TdClassName
{
border-color: #6E8F7D;
}
.TagClassName
{
border-color: #6E8F7D;
}
</style>