Shades of Fedora #665E6A
Tints of Fedora #665E6A
RGB
CMYK
RGB Variations
Color information
#665E6A (or 0x665E6A) is known color: Fedora. HEX triplet: 66, 5E and 6A. RGB value is (102,94,106). Sum of RGB (Red+Green+Blue) = 102+94+106=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 106 - color contains mainly: blue. Hex color #665E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E6A is #99A195. Grayscale: #616161. Windows color (decimal): -10068374 or 6970982. OLE color: 6970982.
HSL color Cylindrical-coordinate representation of color #665E6A: hue angle of 280º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665E6A is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 94 | 106 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.58 |
| HSL | 280º | 0.06% | 0.39% | - |
| HSV(B) | 280º | 0.11% | 0.42% | - |
| XYZ | 12.08 | 11.87 | 15.29 | - |
| YUV | 97.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 106 | 0.04 | 0.11 | 0 | 0.58 | 280 | 0.06 | 0.39 |
| Hex | 66 | 5E | 6A | 4 | B | 0 | 3A | 118 | 6 | 27 |
| Octal | 146 | 136 | 152 | 4 | 13 | 0 | 72 | 430 | 6 | 47 |
| Binary | 1100110 | 1011110 | 1101010 | 100 | 1011 | 0 | 111010 | 100011000 | 110 | 100111 |
Color Harmonies of #665E6A
Complementary color
Monochromatic Colors of #665E6A
Black with #665E6A
Text Example
Text Example
White with #665E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E6A; }
p { color: rgb(102,94,106); }
H1.HeaderClassName
{
color: #665E6A;
}
.AnyTagClassName
{
color: #665E6A;
}
</style>
background-color css
<style>
a { background-color: #665E6A; }
a { background-color: rgb(102,94,106); }
div.DivClassName
{
background-color: #665E6A;
}
.BgClassName
{
background-color: #665E6A;
}
</style>
border-color css
<style>
span { border-color: #665E6A; }
span { border-color: rgb(102,94,106); }
td.TdClassName
{
border-color: #665E6A;
}
.TagClassName
{
border-color: #665E6A;
}
</style>