Shades of Fedora #665D69
Tints of Fedora #665D69
RGB
CMYK
RGB Variations
Color information
#665D69 (or 0x665D69) is known color: Fedora. HEX triplet: 66, 5D and 69. RGB value is (102,93,105). Sum of RGB (Red+Green+Blue) = 102+93+105=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 105 - color contains mainly: blue. Hex color #665D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D69 is #99A296. Grayscale: #616161. Windows color (decimal): -10068631 or 6905190. OLE color: 6905190.
HSL color Cylindrical-coordinate representation of color #665D69: hue angle of 285º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #665D69 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 93 | 105 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.59 |
| HSL | 285º | 0.06% | 0.39% | - |
| HSV(B) | 285º | 0.11% | 0.41% | - |
| XYZ | 11.94 | 11.67 | 14.99 | - |
| YUV | 97.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 105 | 0.03 | 0.11 | 0 | 0.59 | 285 | 0.06 | 0.39 |
| Hex | 66 | 5D | 69 | 3 | B | 0 | 3B | 11D | 6 | 27 |
| Octal | 146 | 135 | 151 | 3 | 13 | 0 | 73 | 435 | 6 | 47 |
| Binary | 1100110 | 1011101 | 1101001 | 11 | 1011 | 0 | 111011 | 100011101 | 110 | 100111 |
Color Harmonies of #665D69
Complementary color
Monochromatic Colors of #665D69
Black with #665D69
Text Example
Text Example
White with #665D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D69; }
p { color: rgb(102,93,105); }
H1.HeaderClassName
{
color: #665D69;
}
.AnyTagClassName
{
color: #665D69;
}
</style>
background-color css
<style>
a { background-color: #665D69; }
a { background-color: rgb(102,93,105); }
div.DivClassName
{
background-color: #665D69;
}
.BgClassName
{
background-color: #665D69;
}
</style>
border-color css
<style>
span { border-color: #665D69; }
span { border-color: rgb(102,93,105); }
td.TdClassName
{
border-color: #665D69;
}
.TagClassName
{
border-color: #665D69;
}
</style>