Shades of Fedora #665171
Tints of Fedora #665171
RGB
CMYK
RGB Variations
Color information
#665171 (or 0x665171) is known color: Fedora. HEX triplet: 66, 51 and 71. RGB value is (102,81,113). Sum of RGB (Red+Green+Blue) = 102+81+113=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 113 - color contains mainly: blue. Hex color #665171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665171 is #99AE8E. Grayscale: #5A5A5A. Windows color (decimal): -10071695 or 7426406. OLE color: 7426406.
HSL color Cylindrical-coordinate representation of color #665171: hue angle of 279.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #665171 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 81 | 113 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.56 |
| HSL | 279.38º | 0.16% | 0.38% | - |
| HSV(B) | 279.38º | 0.28% | 0.44% | - |
| XYZ | 11.4 | 9.9 | 16.93 | - |
| YUV | 90.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 113 | 0.10 | 0.28 | 0 | 0.56 | 279.38 | 0.16 | 0.38 |
| Hex | 66 | 51 | 71 | A | 1C | 0 | 38 | 117 | 10 | 26 |
| Octal | 146 | 121 | 161 | 12 | 34 | 0 | 70 | 427 | 20 | 46 |
| Binary | 1100110 | 1010001 | 1110001 | 1010 | 11100 | 0 | 111000 | 100010111 | 10000 | 100110 |
Color Harmonies of #665171
Complementary color
Monochromatic Colors of #665171
Black with #665171
Text Example
Text Example
White with #665171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665171; }
p { color: rgb(102,81,113); }
H1.HeaderClassName
{
color: #665171;
}
.AnyTagClassName
{
color: #665171;
}
</style>
background-color css
<style>
a { background-color: #665171; }
a { background-color: rgb(102,81,113); }
div.DivClassName
{
background-color: #665171;
}
.BgClassName
{
background-color: #665171;
}
</style>
border-color css
<style>
span { border-color: #665171; }
span { border-color: rgb(102,81,113); }
td.TdClassName
{
border-color: #665171;
}
.TagClassName
{
border-color: #665171;
}
</style>