Shades of Fedora #66506C
Tints of Fedora #66506C
RGB
CMYK
RGB Variations
Color information
#66506C (or 0x66506C) is known color: Fedora. HEX triplet: 66, 50 and 6C. RGB value is (102,80,108). Sum of RGB (Red+Green+Blue) = 102+80+108=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 108 - color contains mainly: blue. Hex color #66506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66506C is #99AF93. Grayscale: #595959. Windows color (decimal): -10071956 or 7098470. OLE color: 7098470.
HSL color Cylindrical-coordinate representation of color #66506C: hue angle of 287.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66506C is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 80 | 108 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.58 |
| HSL | 287.14º | 0.15% | 0.37% | - |
| HSV(B) | 287.14º | 0.26% | 0.42% | - |
| XYZ | 11.05 | 9.64 | 15.47 | - |
| YUV | 89.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 108 | 0.06 | 0.26 | 0 | 0.58 | 287.14 | 0.15 | 0.37 |
| Hex | 66 | 50 | 6C | 6 | 1A | 0 | 3A | 11F | F | 25 |
| Octal | 146 | 120 | 154 | 6 | 32 | 0 | 72 | 437 | 17 | 45 |
| Binary | 1100110 | 1010000 | 1101100 | 110 | 11010 | 0 | 111010 | 100011111 | 1111 | 100101 |
Color Harmonies of #66506C
Complementary color
Monochromatic Colors of #66506C
Black with #66506C
Text Example
Text Example
White with #66506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66506C; }
p { color: rgb(102,80,108); }
H1.HeaderClassName
{
color: #66506C;
}
.AnyTagClassName
{
color: #66506C;
}
</style>
background-color css
<style>
a { background-color: #66506C; }
a { background-color: rgb(102,80,108); }
div.DivClassName
{
background-color: #66506C;
}
.BgClassName
{
background-color: #66506C;
}
</style>
border-color css
<style>
span { border-color: #66506C; }
span { border-color: rgb(102,80,108); }
td.TdClassName
{
border-color: #66506C;
}
.TagClassName
{
border-color: #66506C;
}
</style>