Shades of Fedora #665A68
Tints of Fedora #665A68
RGB
CMYK
RGB Variations
Color information
#665A68 (or 0x665A68) is known color: Fedora. HEX triplet: 66, 5A and 68. RGB value is (102,90,104). Sum of RGB (Red+Green+Blue) = 102+90+104=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #665A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A68 is #99A597. Grayscale: #5F5F5F. Windows color (decimal): -10069400 or 6838886. OLE color: 6838886.
HSL color Cylindrical-coordinate representation of color #665A68: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665A68 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 90 | 104 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.59 |
| HSL | 291.43º | 0.07% | 0.38% | - |
| HSV(B) | 291.43º | 0.13% | 0.41% | - |
| XYZ | 11.63 | 11.14 | 14.63 | - |
| YUV | 95.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 104 | 0.02 | 0.13 | 0 | 0.59 | 291.43 | 0.07 | 0.38 |
| Hex | 66 | 5A | 68 | 2 | D | 0 | 3B | 123 | 7 | 26 |
| Octal | 146 | 132 | 150 | 2 | 15 | 0 | 73 | 443 | 7 | 46 |
| Binary | 1100110 | 1011010 | 1101000 | 10 | 1101 | 0 | 111011 | 100100011 | 111 | 100110 |
Color Harmonies of #665A68
Complementary color
Monochromatic Colors of #665A68
Black with #665A68
Text Example
Text Example
White with #665A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A68; }
p { color: rgb(102,90,104); }
H1.HeaderClassName
{
color: #665A68;
}
.AnyTagClassName
{
color: #665A68;
}
</style>
background-color css
<style>
a { background-color: #665A68; }
a { background-color: rgb(102,90,104); }
div.DivClassName
{
background-color: #665A68;
}
.BgClassName
{
background-color: #665A68;
}
</style>
border-color css
<style>
span { border-color: #665A68; }
span { border-color: rgb(102,90,104); }
td.TdClassName
{
border-color: #665A68;
}
.TagClassName
{
border-color: #665A68;
}
</style>