Shades of Fedora #665B68
Tints of Fedora #665B68
RGB
CMYK
RGB Variations
Color information
#665B68 (or 0x665B68) is known color: Fedora. HEX triplet: 66, 5B and 68. RGB value is (102,91,104). Sum of RGB (Red+Green+Blue) = 102+91+104=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #665B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B68 is #99A497. Grayscale: #5F5F5F. Windows color (decimal): -10069144 or 6839142. OLE color: 6839142.
HSL color Cylindrical-coordinate representation of color #665B68: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #665B68 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 91 | 104 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.59 |
| HSL | 290.77º | 0.07% | 0.38% | - |
| HSV(B) | 290.77º | 0.13% | 0.41% | - |
| XYZ | 11.72 | 11.31 | 14.66 | - |
| YUV | 95.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 104 | 0.02 | 0.12 | 0 | 0.59 | 290.77 | 0.07 | 0.38 |
| Hex | 66 | 5B | 68 | 2 | C | 0 | 3B | 123 | 7 | 26 |
| Octal | 146 | 133 | 150 | 2 | 14 | 0 | 73 | 443 | 7 | 46 |
| Binary | 1100110 | 1011011 | 1101000 | 10 | 1100 | 0 | 111011 | 100100011 | 111 | 100110 |
Color Harmonies of #665B68
Complementary color
Monochromatic Colors of #665B68
Black with #665B68
Text Example
Text Example
White with #665B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B68; }
p { color: rgb(102,91,104); }
H1.HeaderClassName
{
color: #665B68;
}
.AnyTagClassName
{
color: #665B68;
}
</style>
background-color css
<style>
a { background-color: #665B68; }
a { background-color: rgb(102,91,104); }
div.DivClassName
{
background-color: #665B68;
}
.BgClassName
{
background-color: #665B68;
}
</style>
border-color css
<style>
span { border-color: #665B68; }
span { border-color: rgb(102,91,104); }
td.TdClassName
{
border-color: #665B68;
}
.TagClassName
{
border-color: #665B68;
}
</style>