Shades of Oxley #6C907C
Tints of Oxley #6C907C
RGB
CMYK
RGB Variations
Color information
#6C907C (or 0x6C907C) is known color: Oxley. HEX triplet: 6C, 90 and 7C. RGB value is (108,144,124). Sum of RGB (Red+Green+Blue) = 108+144+124=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #6C907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C907C is #936F83. Grayscale: #838383. Windows color (decimal): -9662340 or 8163436. OLE color: 8163436.
HSL color Cylindrical-coordinate representation of color #6C907C: hue angle of 146.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C907C is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 144 | 124 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.44 |
| HSL | 146.67º | 0.14% | 0.49% | - |
| HSV(B) | 146.67º | 0.25% | 0.56% | - |
| XYZ | 19.8 | 24.59 | 22.77 | - |
| YUV | 130.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 144 | 124 | 0.25 | 0 | 0.14 | 0.44 | 146.67 | 0.14 | 0.49 |
| Hex | 6C | 90 | 7C | 19 | 0 | E | 2C | 93 | E | 31 |
| Octal | 154 | 220 | 174 | 31 | 0 | 16 | 54 | 223 | 16 | 61 |
| Binary | 1101100 | 10010000 | 1111100 | 11001 | 0 | 1110 | 101100 | 10010011 | 1110 | 110001 |
Color Harmonies of #6C907C
Complementary color
Monochromatic Colors of #6C907C
Black with #6C907C
Text Example
Text Example
White with #6C907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C907C; }
p { color: rgb(108,144,124); }
H1.HeaderClassName
{
color: #6C907C;
}
.AnyTagClassName
{
color: #6C907C;
}
</style>
background-color css
<style>
a { background-color: #6C907C; }
a { background-color: rgb(108,144,124); }
div.DivClassName
{
background-color: #6C907C;
}
.BgClassName
{
background-color: #6C907C;
}
</style>
border-color css
<style>
span { border-color: #6C907C; }
span { border-color: rgb(108,144,124); }
td.TdClassName
{
border-color: #6C907C;
}
.TagClassName
{
border-color: #6C907C;
}
</style>