Shades of Fedora #665B6A
Tints of Fedora #665B6A
RGB
CMYK
RGB Variations
Color information
#665B6A (or 0x665B6A) is known color: Fedora. HEX triplet: 66, 5B and 6A. RGB value is (102,91,106). Sum of RGB (Red+Green+Blue) = 102+91+106=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 106 - color contains mainly: blue. Hex color #665B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B6A is #99A495. Grayscale: #5F5F5F. Windows color (decimal): -10069142 or 6970214. OLE color: 6970214.
HSL color Cylindrical-coordinate representation of color #665B6A: hue angle of 284º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #665B6A is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 91 | 106 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.58 |
| HSL | 284º | 0.08% | 0.39% | - |
| HSV(B) | 284º | 0.14% | 0.42% | - |
| XYZ | 11.82 | 11.35 | 15.2 | - |
| YUV | 96 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 106 | 0.04 | 0.14 | 0 | 0.58 | 284 | 0.08 | 0.39 |
| Hex | 66 | 5B | 6A | 4 | E | 0 | 3A | 11C | 8 | 27 |
| Octal | 146 | 133 | 152 | 4 | 16 | 0 | 72 | 434 | 10 | 47 |
| Binary | 1100110 | 1011011 | 1101010 | 100 | 1110 | 0 | 111010 | 100011100 | 1000 | 100111 |
Color Harmonies of #665B6A
Complementary color
Monochromatic Colors of #665B6A
Black with #665B6A
Text Example
Text Example
White with #665B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B6A; }
p { color: rgb(102,91,106); }
H1.HeaderClassName
{
color: #665B6A;
}
.AnyTagClassName
{
color: #665B6A;
}
</style>
background-color css
<style>
a { background-color: #665B6A; }
a { background-color: rgb(102,91,106); }
div.DivClassName
{
background-color: #665B6A;
}
.BgClassName
{
background-color: #665B6A;
}
</style>
border-color css
<style>
span { border-color: #665B6A; }
span { border-color: rgb(102,91,106); }
td.TdClassName
{
border-color: #665B6A;
}
.TagClassName
{
border-color: #665B6A;
}
</style>