Shades of Oxley #6F907B
Tints of Oxley #6F907B
RGB
CMYK
RGB Variations
Color information
#6F907B (or 0x6F907B) is known color: Oxley. HEX triplet: 6F, 90 and 7B. RGB value is (111,144,123). Sum of RGB (Red+Green+Blue) = 111+144+123=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #6F907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F907B is #906F84. Grayscale: #838383. Windows color (decimal): -9465733 or 8097903. OLE color: 8097903.
HSL color Cylindrical-coordinate representation of color #6F907B: hue angle of 141.82º 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 #6F907B is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 123 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.44 |
| HSL | 141.82º | 0.13% | 0.5% | - |
| HSV(B) | 141.82º | 0.23% | 0.56% | - |
| XYZ | 20.1 | 24.76 | 22.46 | - |
| YUV | 131.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 123 | 0.23 | 0 | 0.15 | 0.44 | 141.82 | 0.13 | 0.5 |
| Hex | 6F | 90 | 7B | 17 | 0 | F | 2C | 8E | D | 32 |
| Octal | 157 | 220 | 173 | 27 | 0 | 17 | 54 | 216 | 15 | 62 |
| Binary | 1101111 | 10010000 | 1111011 | 10111 | 0 | 1111 | 101100 | 10001110 | 1101 | 110010 |
Color Harmonies of #6F907B
Complementary color
Monochromatic Colors of #6F907B
Black with #6F907B
Text Example
Text Example
White with #6F907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F907B; }
p { color: rgb(111,144,123); }
H1.HeaderClassName
{
color: #6F907B;
}
.AnyTagClassName
{
color: #6F907B;
}
</style>
background-color css
<style>
a { background-color: #6F907B; }
a { background-color: rgb(111,144,123); }
div.DivClassName
{
background-color: #6F907B;
}
.BgClassName
{
background-color: #6F907B;
}
</style>
border-color css
<style>
span { border-color: #6F907B; }
span { border-color: rgb(111,144,123); }
td.TdClassName
{
border-color: #6F907B;
}
.TagClassName
{
border-color: #6F907B;
}
</style>