Shades of Fedora #666067
Tints of Fedora #666067
RGB
CMYK
RGB Variations
Color information
#666067 (or 0x666067) is known color: Fedora. HEX triplet: 66, 60 and 67. RGB value is (102,96,103). Sum of RGB (Red+Green+Blue) = 102+96+103=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 103 - color contains mainly: blue. Hex color #666067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666067 is #999F98. Grayscale: #626262. Windows color (decimal): -10067865 or 6774886. OLE color: 6774886.
HSL color Cylindrical-coordinate representation of color #666067: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666067 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 96 | 103 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.60 |
| HSL | 291.43º | 0.04% | 0.39% | - |
| HSV(B) | 291.43º | 0.07% | 0.4% | - |
| XYZ | 12.11 | 12.17 | 14.54 | - |
| YUV | 98.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 103 | 0.01 | 0.07 | 0 | 0.60 | 291.43 | 0.04 | 0.39 |
| Hex | 66 | 60 | 67 | 1 | 7 | 0 | 3C | 123 | 4 | 27 |
| Octal | 146 | 140 | 147 | 1 | 7 | 0 | 74 | 443 | 4 | 47 |
| Binary | 1100110 | 1100000 | 1100111 | 1 | 111 | 0 | 111100 | 100100011 | 100 | 100111 |
Color Harmonies of #666067
Complementary color
Monochromatic Colors of #666067
Black with #666067
Text Example
Text Example
White with #666067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666067; }
p { color: rgb(102,96,103); }
H1.HeaderClassName
{
color: #666067;
}
.AnyTagClassName
{
color: #666067;
}
</style>
background-color css
<style>
a { background-color: #666067; }
a { background-color: rgb(102,96,103); }
div.DivClassName
{
background-color: #666067;
}
.BgClassName
{
background-color: #666067;
}
</style>
border-color css
<style>
span { border-color: #666067; }
span { border-color: rgb(102,96,103); }
td.TdClassName
{
border-color: #666067;
}
.TagClassName
{
border-color: #666067;
}
</style>