Shades of Fedora #666268
Tints of Fedora #666268
RGB
CMYK
RGB Variations
Color information
#666268 (or 0x666268) is known color: Fedora. HEX triplet: 66, 62 and 68. RGB value is (102,98,104). Sum of RGB (Red+Green+Blue) = 102+98+104=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 104 - color contains mainly: blue. Hex color #666268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666268 is #999D97. Grayscale: #636363. Windows color (decimal): -10067352 or 6840934. OLE color: 6840934.
HSL color Cylindrical-coordinate representation of color #666268: hue angle of 280º 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 #666268 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 98 | 104 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.59 |
| HSL | 280º | 0.03% | 0.4% | - |
| HSV(B) | 280º | 0.06% | 0.41% | - |
| XYZ | 12.35 | 12.56 | 14.87 | - |
| YUV | 99.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 104 | 0.02 | 0.06 | 0 | 0.59 | 280 | 0.03 | 0.4 |
| Hex | 66 | 62 | 68 | 2 | 6 | 0 | 3B | 118 | 3 | 28 |
| Octal | 146 | 142 | 150 | 2 | 6 | 0 | 73 | 430 | 3 | 50 |
| Binary | 1100110 | 1100010 | 1101000 | 10 | 110 | 0 | 111011 | 100011000 | 11 | 101000 |
Color Harmonies of #666268
Complementary color
Monochromatic Colors of #666268
Black with #666268
Text Example
Text Example
White with #666268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666268; }
p { color: rgb(102,98,104); }
H1.HeaderClassName
{
color: #666268;
}
.AnyTagClassName
{
color: #666268;
}
</style>
background-color css
<style>
a { background-color: #666268; }
a { background-color: rgb(102,98,104); }
div.DivClassName
{
background-color: #666268;
}
.BgClassName
{
background-color: #666268;
}
</style>
border-color css
<style>
span { border-color: #666268; }
span { border-color: rgb(102,98,104); }
td.TdClassName
{
border-color: #666268;
}
.TagClassName
{
border-color: #666268;
}
</style>