Shades of Fedora #676268
Tints of Fedora #676268
RGB
CMYK
RGB Variations
Color information
#676268 (or 0x676268) is known color: Fedora. HEX triplet: 67, 62 and 68. RGB value is (103,98,104). Sum of RGB (Red+Green+Blue) = 103+98+104=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 104 - color contains mainly: blue. Hex color #676268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676268 is #989D97. Grayscale: #646464. Windows color (decimal): -10001816 or 6840935. OLE color: 6840935.
HSL color Cylindrical-coordinate representation of color #676268: hue angle of 290º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676268 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 98 | 104 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.59 |
| HSL | 290º | 0.03% | 0.4% | - |
| HSV(B) | 290º | 0.06% | 0.41% | - |
| XYZ | 12.46 | 12.62 | 14.88 | - |
| YUV | 100.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 104 | 0.01 | 0.06 | 0 | 0.59 | 290 | 0.03 | 0.4 |
| Hex | 67 | 62 | 68 | 1 | 6 | 0 | 3B | 122 | 3 | 28 |
| Octal | 147 | 142 | 150 | 1 | 6 | 0 | 73 | 442 | 3 | 50 |
| Binary | 1100111 | 1100010 | 1101000 | 1 | 110 | 0 | 111011 | 100100010 | 11 | 101000 |
Color Harmonies of #676268
Complementary color
Monochromatic Colors of #676268
Black with #676268
Text Example
Text Example
White with #676268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676268; }
p { color: rgb(103,98,104); }
H1.HeaderClassName
{
color: #676268;
}
.AnyTagClassName
{
color: #676268;
}
</style>
background-color css
<style>
a { background-color: #676268; }
a { background-color: rgb(103,98,104); }
div.DivClassName
{
background-color: #676268;
}
.BgClassName
{
background-color: #676268;
}
</style>
border-color css
<style>
span { border-color: #676268; }
span { border-color: rgb(103,98,104); }
td.TdClassName
{
border-color: #676268;
}
.TagClassName
{
border-color: #676268;
}
</style>