Shades of Fedora #666068
Tints of Fedora #666068
RGB
CMYK
RGB Variations
Color information
#666068 (or 0x666068) is known color: Fedora. HEX triplet: 66, 60 and 68. RGB value is (102,96,104). Sum of RGB (Red+Green+Blue) = 102+96+104=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 104 - color contains mainly: blue. Hex color #666068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666068 is #999F97. Grayscale: #626262. Windows color (decimal): -10067864 or 6840422. OLE color: 6840422.
HSL color Cylindrical-coordinate representation of color #666068: hue angle of 285º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #666068 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 96 | 104 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.59 |
| HSL | 285º | 0.04% | 0.39% | - |
| HSV(B) | 285º | 0.08% | 0.41% | - |
| XYZ | 12.16 | 12.19 | 14.81 | - |
| YUV | 98.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 104 | 0.02 | 0.08 | 0 | 0.59 | 285 | 0.04 | 0.39 |
| Hex | 66 | 60 | 68 | 2 | 8 | 0 | 3B | 11D | 4 | 27 |
| Octal | 146 | 140 | 150 | 2 | 10 | 0 | 73 | 435 | 4 | 47 |
| Binary | 1100110 | 1100000 | 1101000 | 10 | 1000 | 0 | 111011 | 100011101 | 100 | 100111 |
Color Harmonies of #666068
Complementary color
Monochromatic Colors of #666068
Black with #666068
Text Example
Text Example
White with #666068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666068; }
p { color: rgb(102,96,104); }
H1.HeaderClassName
{
color: #666068;
}
.AnyTagClassName
{
color: #666068;
}
</style>
background-color css
<style>
a { background-color: #666068; }
a { background-color: rgb(102,96,104); }
div.DivClassName
{
background-color: #666068;
}
.BgClassName
{
background-color: #666068;
}
</style>
border-color css
<style>
span { border-color: #666068; }
span { border-color: rgb(102,96,104); }
td.TdClassName
{
border-color: #666068;
}
.TagClassName
{
border-color: #666068;
}
</style>