Shades of Fedora #634A68
Tints of Fedora #634A68
RGB
CMYK
RGB Variations
Color information
#634A68 (or 0x634A68) is known color: Fedora. HEX triplet: 63, 4A and 68. RGB value is (99,74,104). Sum of RGB (Red+Green+Blue) = 99+74+104=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #634A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A68 is #9CB597. Grayscale: #545454. Windows color (decimal): -10270104 or 6834787. OLE color: 6834787.
HSL color Cylindrical-coordinate representation of color #634A68: hue angle of 290º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634A68 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 74 | 104 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.59 |
| HSL | 290º | 0.17% | 0.35% | - |
| HSV(B) | 290º | 0.29% | 0.41% | - |
| XYZ | 10.09 | 8.55 | 14.22 | - |
| YUV | 84.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 104 | 0.05 | 0.29 | 0 | 0.59 | 290 | 0.17 | 0.35 |
| Hex | 63 | 4A | 68 | 5 | 1D | 0 | 3B | 122 | 11 | 23 |
| Octal | 143 | 112 | 150 | 5 | 35 | 0 | 73 | 442 | 21 | 43 |
| Binary | 1100011 | 1001010 | 1101000 | 101 | 11101 | 0 | 111011 | 100100010 | 10001 | 100011 |
Color Harmonies of #634A68
Complementary color
Monochromatic Colors of #634A68
Black with #634A68
Text Example
Text Example
White with #634A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A68; }
p { color: rgb(99,74,104); }
H1.HeaderClassName
{
color: #634A68;
}
.AnyTagClassName
{
color: #634A68;
}
</style>
background-color css
<style>
a { background-color: #634A68; }
a { background-color: rgb(99,74,104); }
div.DivClassName
{
background-color: #634A68;
}
.BgClassName
{
background-color: #634A68;
}
</style>
border-color css
<style>
span { border-color: #634A68; }
span { border-color: rgb(99,74,104); }
td.TdClassName
{
border-color: #634A68;
}
.TagClassName
{
border-color: #634A68;
}
</style>