Shades of Fedora #634C6C
Tints of Fedora #634C6C
RGB
CMYK
RGB Variations
Color information
#634C6C (or 0x634C6C) is known color: Fedora. HEX triplet: 63, 4C and 6C. RGB value is (99,76,108). Sum of RGB (Red+Green+Blue) = 99+76+108=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #634C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C6C is #9CB393. Grayscale: #565656. Windows color (decimal): -10269588 or 7097443. OLE color: 7097443.
HSL color Cylindrical-coordinate representation of color #634C6C: hue angle of 283.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #634C6C is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 76 | 108 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.58 |
| HSL | 283.13º | 0.17% | 0.36% | - |
| HSV(B) | 283.13º | 0.3% | 0.42% | - |
| XYZ | 10.44 | 8.9 | 15.36 | - |
| YUV | 86.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 108 | 0.08 | 0.30 | 0 | 0.58 | 283.13 | 0.17 | 0.36 |
| Hex | 63 | 4C | 6C | 8 | 1E | 0 | 3A | 11B | 11 | 24 |
| Octal | 143 | 114 | 154 | 10 | 36 | 0 | 72 | 433 | 21 | 44 |
| Binary | 1100011 | 1001100 | 1101100 | 1000 | 11110 | 0 | 111010 | 100011011 | 10001 | 100100 |
Color Harmonies of #634C6C
Complementary color
Monochromatic Colors of #634C6C
Black with #634C6C
Text Example
Text Example
White with #634C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C6C; }
p { color: rgb(99,76,108); }
H1.HeaderClassName
{
color: #634C6C;
}
.AnyTagClassName
{
color: #634C6C;
}
</style>
background-color css
<style>
a { background-color: #634C6C; }
a { background-color: rgb(99,76,108); }
div.DivClassName
{
background-color: #634C6C;
}
.BgClassName
{
background-color: #634C6C;
}
</style>
border-color css
<style>
span { border-color: #634C6C; }
span { border-color: rgb(99,76,108); }
td.TdClassName
{
border-color: #634C6C;
}
.TagClassName
{
border-color: #634C6C;
}
</style>