Shades of Fedora #66506A
Tints of Fedora #66506A
RGB
CMYK
RGB Variations
Color information
#66506A (or 0x66506A) is known color: Fedora. HEX triplet: 66, 50 and 6A. RGB value is (102,80,106). Sum of RGB (Red+Green+Blue) = 102+80+106=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #66506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66506A is #99AF95. Grayscale: #595959. Windows color (decimal): -10071958 or 6967398. OLE color: 6967398.
HSL color Cylindrical-coordinate representation of color #66506A: hue angle of 290.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66506A is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 80 | 106 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.58 |
| HSL | 290.77º | 0.14% | 0.36% | - |
| HSV(B) | 290.77º | 0.25% | 0.42% | - |
| XYZ | 10.95 | 9.6 | 14.91 | - |
| YUV | 89.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 106 | 0.04 | 0.25 | 0 | 0.58 | 290.77 | 0.14 | 0.36 |
| Hex | 66 | 50 | 6A | 4 | 19 | 0 | 3A | 123 | E | 24 |
| Octal | 146 | 120 | 152 | 4 | 31 | 0 | 72 | 443 | 16 | 44 |
| Binary | 1100110 | 1010000 | 1101010 | 100 | 11001 | 0 | 111010 | 100100011 | 1110 | 100100 |
Color Harmonies of #66506A
Complementary color
Monochromatic Colors of #66506A
Black with #66506A
Text Example
Text Example
White with #66506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66506A; }
p { color: rgb(102,80,106); }
H1.HeaderClassName
{
color: #66506A;
}
.AnyTagClassName
{
color: #66506A;
}
</style>
background-color css
<style>
a { background-color: #66506A; }
a { background-color: rgb(102,80,106); }
div.DivClassName
{
background-color: #66506A;
}
.BgClassName
{
background-color: #66506A;
}
</style>
border-color css
<style>
span { border-color: #66506A; }
span { border-color: rgb(102,80,106); }
td.TdClassName
{
border-color: #66506A;
}
.TagClassName
{
border-color: #66506A;
}
</style>