Shades of Oxley #649A7C
Tints of Oxley #649A7C
RGB
CMYK
RGB Variations
Color information
#649A7C (or 0x649A7C) is known color: Oxley. HEX triplet: 64, 9A and 7C. RGB value is (100,154,124). Sum of RGB (Red+Green+Blue) = 100+154+124=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #649A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649A7C is #9B6583. Grayscale: #868686. Windows color (decimal): -10184068 or 8165988. OLE color: 8165988.
HSL color Cylindrical-coordinate representation of color #649A7C: hue angle of 146.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649A7C is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 124 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.40 |
| HSL | 146.67º | 0.21% | 0.5% | - |
| HSV(B) | 146.67º | 0.35% | 0.6% | - |
| XYZ | 20.45 | 27.28 | 23.26 | - |
| YUV | 134.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 124 | 0.35 | 0 | 0.19 | 0.40 | 146.67 | 0.21 | 0.5 |
| Hex | 64 | 9A | 7C | 23 | 0 | 13 | 28 | 93 | 15 | 32 |
| Octal | 144 | 232 | 174 | 43 | 0 | 23 | 50 | 223 | 25 | 62 |
| Binary | 1100100 | 10011010 | 1111100 | 100011 | 0 | 10011 | 101000 | 10010011 | 10101 | 110010 |
Color Harmonies of #649A7C
Complementary color
Monochromatic Colors of #649A7C
Black with #649A7C
Text Example
Text Example
White with #649A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A7C; }
p { color: rgb(100,154,124); }
H1.HeaderClassName
{
color: #649A7C;
}
.AnyTagClassName
{
color: #649A7C;
}
</style>
background-color css
<style>
a { background-color: #649A7C; }
a { background-color: rgb(100,154,124); }
div.DivClassName
{
background-color: #649A7C;
}
.BgClassName
{
background-color: #649A7C;
}
</style>
border-color css
<style>
span { border-color: #649A7C; }
span { border-color: rgb(100,154,124); }
td.TdClassName
{
border-color: #649A7C;
}
.TagClassName
{
border-color: #649A7C;
}
</style>