Shades of Fedora #67556F
Tints of Fedora #67556F
RGB
CMYK
RGB Variations
Color information
#67556F (or 0x67556F) is known color: Fedora. HEX triplet: 67, 55 and 6F. RGB value is (103,85,111). Sum of RGB (Red+Green+Blue) = 103+85+111=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #67556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67556F is #98AA90. Grayscale: #5D5D5D. Windows color (decimal): -10005137 or 7296359. OLE color: 7296359.
HSL color Cylindrical-coordinate representation of color #67556F: hue angle of 281.54º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67556F is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 85 | 111 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.56 |
| HSL | 281.54º | 0.13% | 0.38% | - |
| HSV(B) | 281.54º | 0.23% | 0.44% | - |
| XYZ | 11.71 | 10.53 | 16.45 | - |
| YUV | 93.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 111 | 0.07 | 0.23 | 0 | 0.56 | 281.54 | 0.13 | 0.38 |
| Hex | 67 | 55 | 6F | 7 | 17 | 0 | 38 | 11A | D | 26 |
| Octal | 147 | 125 | 157 | 7 | 27 | 0 | 70 | 432 | 15 | 46 |
| Binary | 1100111 | 1010101 | 1101111 | 111 | 10111 | 0 | 111000 | 100011010 | 1101 | 100110 |
Color Harmonies of #67556F
Complementary color
Monochromatic Colors of #67556F
Black with #67556F
Text Example
Text Example
White with #67556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67556F; }
p { color: rgb(103,85,111); }
H1.HeaderClassName
{
color: #67556F;
}
.AnyTagClassName
{
color: #67556F;
}
</style>
background-color css
<style>
a { background-color: #67556F; }
a { background-color: rgb(103,85,111); }
div.DivClassName
{
background-color: #67556F;
}
.BgClassName
{
background-color: #67556F;
}
</style>
border-color css
<style>
span { border-color: #67556F; }
span { border-color: rgb(103,85,111); }
td.TdClassName
{
border-color: #67556F;
}
.TagClassName
{
border-color: #67556F;
}
</style>