Shades of Fedora #665271
Tints of Fedora #665271
RGB
CMYK
RGB Variations
Color information
#665271 (or 0x665271) is known color: Fedora. HEX triplet: 66, 52 and 71. RGB value is (102,82,113). Sum of RGB (Red+Green+Blue) = 102+82+113=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #665271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665271 is #99AD8E. Grayscale: #5B5B5B. Windows color (decimal): -10071439 or 7426662. OLE color: 7426662.
HSL color Cylindrical-coordinate representation of color #665271: hue angle of 278.71º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #665271 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 82 | 113 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.56 |
| HSL | 278.71º | 0.16% | 0.38% | - |
| HSV(B) | 278.71º | 0.27% | 0.44% | - |
| XYZ | 11.48 | 10.05 | 16.96 | - |
| YUV | 91.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 113 | 0.10 | 0.27 | 0 | 0.56 | 278.71 | 0.16 | 0.38 |
| Hex | 66 | 52 | 71 | A | 1B | 0 | 38 | 117 | 10 | 26 |
| Octal | 146 | 122 | 161 | 12 | 33 | 0 | 70 | 427 | 20 | 46 |
| Binary | 1100110 | 1010010 | 1110001 | 1010 | 11011 | 0 | 111000 | 100010111 | 10000 | 100110 |
Color Harmonies of #665271
Complementary color
Monochromatic Colors of #665271
Black with #665271
Text Example
Text Example
White with #665271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665271; }
p { color: rgb(102,82,113); }
H1.HeaderClassName
{
color: #665271;
}
.AnyTagClassName
{
color: #665271;
}
</style>
background-color css
<style>
a { background-color: #665271; }
a { background-color: rgb(102,82,113); }
div.DivClassName
{
background-color: #665271;
}
.BgClassName
{
background-color: #665271;
}
</style>
border-color css
<style>
span { border-color: #665271; }
span { border-color: rgb(102,82,113); }
td.TdClassName
{
border-color: #665271;
}
.TagClassName
{
border-color: #665271;
}
</style>