Shades of Fedora #666267
Tints of Fedora #666267
RGB
CMYK
RGB Variations
Color information
#666267 (or 0x666267) is known color: Fedora. HEX triplet: 66, 62 and 67. RGB value is (102,98,103). Sum of RGB (Red+Green+Blue) = 102+98+103=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 103 - color contains mainly: blue. Hex color #666267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666267 is #999D98. Grayscale: #636363. Windows color (decimal): -10067353 or 6775398. OLE color: 6775398.
HSL color Cylindrical-coordinate representation of color #666267: hue angle of 288º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666267 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 98 | 103 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.60 |
| HSL | 288º | 0.02% | 0.39% | - |
| HSV(B) | 288º | 0.05% | 0.4% | - |
| XYZ | 12.3 | 12.54 | 14.6 | - |
| YUV | 99.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 103 | 0.01 | 0.05 | 0 | 0.60 | 288 | 0.02 | 0.39 |
| Hex | 66 | 62 | 67 | 1 | 5 | 0 | 3C | 120 | 2 | 27 |
| Octal | 146 | 142 | 147 | 1 | 5 | 0 | 74 | 440 | 2 | 47 |
| Binary | 1100110 | 1100010 | 1100111 | 1 | 101 | 0 | 111100 | 100100000 | 10 | 100111 |
Color Harmonies of #666267
Complementary color
Monochromatic Colors of #666267
Black with #666267
Text Example
Text Example
White with #666267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666267; }
p { color: rgb(102,98,103); }
H1.HeaderClassName
{
color: #666267;
}
.AnyTagClassName
{
color: #666267;
}
</style>
background-color css
<style>
a { background-color: #666267; }
a { background-color: rgb(102,98,103); }
div.DivClassName
{
background-color: #666267;
}
.BgClassName
{
background-color: #666267;
}
</style>
border-color css
<style>
span { border-color: #666267; }
span { border-color: rgb(102,98,103); }
td.TdClassName
{
border-color: #666267;
}
.TagClassName
{
border-color: #666267;
}
</style>