Shades of Oxley #6B997D
Tints of Oxley #6B997D
RGB
CMYK
RGB Variations
Color information
#6B997D (or 0x6B997D) is known color: Oxley. HEX triplet: 6B, 99 and 7D. RGB value is (107,153,125). Sum of RGB (Red+Green+Blue) = 107+153+125=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #6B997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B997D is #946682. Grayscale: #888888. Windows color (decimal): -9725571 or 8231275. OLE color: 8231275.
HSL color Cylindrical-coordinate representation of color #6B997D: hue angle of 143.48º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B997D is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 125 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.4 |
| HSL | 143.48º | 0.18% | 0.51% | - |
| HSV(B) | 143.48º | 0.3% | 0.6% | - |
| XYZ | 21.16 | 27.39 | 23.57 | - |
| YUV | 136.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 125 | 0.30 | 0 | 0.18 | 0.4 | 143.48 | 0.18 | 0.51 |
| Hex | 6B | 99 | 7D | 1E | 0 | 12 | 28 | 8F | 12 | 33 |
| Octal | 153 | 231 | 175 | 36 | 0 | 22 | 50 | 217 | 22 | 63 |
| Binary | 1101011 | 10011001 | 1111101 | 11110 | 0 | 10010 | 101000 | 10001111 | 10010 | 110011 |
Color Harmonies of #6B997D
Complementary color
Monochromatic Colors of #6B997D
Black with #6B997D
Text Example
Text Example
White with #6B997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B997D; }
p { color: rgb(107,153,125); }
H1.HeaderClassName
{
color: #6B997D;
}
.AnyTagClassName
{
color: #6B997D;
}
</style>
background-color css
<style>
a { background-color: #6B997D; }
a { background-color: rgb(107,153,125); }
div.DivClassName
{
background-color: #6B997D;
}
.BgClassName
{
background-color: #6B997D;
}
</style>
border-color css
<style>
span { border-color: #6B997D; }
span { border-color: rgb(107,153,125); }
td.TdClassName
{
border-color: #6B997D;
}
.TagClassName
{
border-color: #6B997D;
}
</style>