Shades of Oxley #63997B
Tints of Oxley #63997B
RGB
CMYK
RGB Variations
Color information
#63997B (or 0x63997B) is known color: Oxley. HEX triplet: 63, 99 and 7B. RGB value is (99,153,123). Sum of RGB (Red+Green+Blue) = 99+153+123=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #63997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63997B is #9C6684. Grayscale: #858585. Windows color (decimal): -10249861 or 8100195. OLE color: 8100195.
HSL color Cylindrical-coordinate representation of color #63997B: hue angle of 146.67º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63997B is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 153 | 123 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.4 |
| HSL | 146.67º | 0.21% | 0.49% | - |
| HSV(B) | 146.67º | 0.35% | 0.6% | - |
| XYZ | 20.11 | 26.87 | 22.86 | - |
| YUV | 133.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 153 | 123 | 0.35 | 0 | 0.20 | 0.4 | 146.67 | 0.21 | 0.49 |
| Hex | 63 | 99 | 7B | 23 | 0 | 14 | 28 | 93 | 15 | 31 |
| Octal | 143 | 231 | 173 | 43 | 0 | 24 | 50 | 223 | 25 | 61 |
| Binary | 1100011 | 10011001 | 1111011 | 100011 | 0 | 10100 | 101000 | 10010011 | 10101 | 110001 |
Color Harmonies of #63997B
Complementary color
Monochromatic Colors of #63997B
Black with #63997B
Text Example
Text Example
White with #63997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63997B; }
p { color: rgb(99,153,123); }
H1.HeaderClassName
{
color: #63997B;
}
.AnyTagClassName
{
color: #63997B;
}
</style>
background-color css
<style>
a { background-color: #63997B; }
a { background-color: rgb(99,153,123); }
div.DivClassName
{
background-color: #63997B;
}
.BgClassName
{
background-color: #63997B;
}
</style>
border-color css
<style>
span { border-color: #63997B; }
span { border-color: rgb(99,153,123); }
td.TdClassName
{
border-color: #63997B;
}
.TagClassName
{
border-color: #63997B;
}
</style>