Shades of Fedora #665A6C
Tints of Fedora #665A6C
RGB
CMYK
RGB Variations
Color information
#665A6C (or 0x665A6C) is known color: Fedora. HEX triplet: 66, 5A and 6C. RGB value is (102,90,108). Sum of RGB (Red+Green+Blue) = 102+90+108=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 108 - color contains mainly: blue. Hex color #665A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A6C is #99A593. Grayscale: #5F5F5F. Windows color (decimal): -10069396 or 7101030. OLE color: 7101030.
HSL color Cylindrical-coordinate representation of color #665A6C: hue angle of 280º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665A6C is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 90 | 108 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.58 |
| HSL | 280º | 0.09% | 0.39% | - |
| HSV(B) | 280º | 0.17% | 0.42% | - |
| XYZ | 11.84 | 11.22 | 15.73 | - |
| YUV | 95.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 108 | 0.06 | 0.17 | 0 | 0.58 | 280 | 0.09 | 0.39 |
| Hex | 66 | 5A | 6C | 6 | 11 | 0 | 3A | 118 | 9 | 27 |
| Octal | 146 | 132 | 154 | 6 | 21 | 0 | 72 | 430 | 11 | 47 |
| Binary | 1100110 | 1011010 | 1101100 | 110 | 10001 | 0 | 111010 | 100011000 | 1001 | 100111 |
Color Harmonies of #665A6C
Complementary color
Monochromatic Colors of #665A6C
Black with #665A6C
Text Example
Text Example
White with #665A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A6C; }
p { color: rgb(102,90,108); }
H1.HeaderClassName
{
color: #665A6C;
}
.AnyTagClassName
{
color: #665A6C;
}
</style>
background-color css
<style>
a { background-color: #665A6C; }
a { background-color: rgb(102,90,108); }
div.DivClassName
{
background-color: #665A6C;
}
.BgClassName
{
background-color: #665A6C;
}
</style>
border-color css
<style>
span { border-color: #665A6C; }
span { border-color: rgb(102,90,108); }
td.TdClassName
{
border-color: #665A6C;
}
.TagClassName
{
border-color: #665A6C;
}
</style>