Shades of Fedora #67556C
Tints of Fedora #67556C
RGB
CMYK
RGB Variations
Color information
#67556C (or 0x67556C) is known color: Fedora. HEX triplet: 67, 55 and 6C. RGB value is (103,85,108). Sum of RGB (Red+Green+Blue) = 103+85+108=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #67556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67556C is #98AA93. Grayscale: #5C5C5C. Windows color (decimal): -10005140 or 7099751. OLE color: 7099751.
HSL color Cylindrical-coordinate representation of color #67556C: hue angle of 286.96º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67556C is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 85 | 108 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.58 |
| HSL | 286.96º | 0.12% | 0.38% | - |
| HSV(B) | 286.96º | 0.21% | 0.42% | - |
| XYZ | 11.55 | 10.46 | 15.6 | - |
| YUV | 93 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 108 | 0.05 | 0.21 | 0 | 0.58 | 286.96 | 0.12 | 0.38 |
| Hex | 67 | 55 | 6C | 5 | 15 | 0 | 3A | 11F | C | 26 |
| Octal | 147 | 125 | 154 | 5 | 25 | 0 | 72 | 437 | 14 | 46 |
| Binary | 1100111 | 1010101 | 1101100 | 101 | 10101 | 0 | 111010 | 100011111 | 1100 | 100110 |
Color Harmonies of #67556C
Complementary color
Monochromatic Colors of #67556C
Black with #67556C
Text Example
Text Example
White with #67556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67556C; }
p { color: rgb(103,85,108); }
H1.HeaderClassName
{
color: #67556C;
}
.AnyTagClassName
{
color: #67556C;
}
</style>
background-color css
<style>
a { background-color: #67556C; }
a { background-color: rgb(103,85,108); }
div.DivClassName
{
background-color: #67556C;
}
.BgClassName
{
background-color: #67556C;
}
</style>
border-color css
<style>
span { border-color: #67556C; }
span { border-color: rgb(103,85,108); }
td.TdClassName
{
border-color: #67556C;
}
.TagClassName
{
border-color: #67556C;
}
</style>