Shades of Fedora #665568
Tints of Fedora #665568
RGB
CMYK
RGB Variations
Color information
#665568 (or 0x665568) is known color: Fedora. HEX triplet: 66, 55 and 68. RGB value is (102,85,104). Sum of RGB (Red+Green+Blue) = 102+85+104=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: blue. Hex color #665568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665568 is #99AA97. Grayscale: #5C5C5C. Windows color (decimal): -10070680 or 6837606. OLE color: 6837606.
HSL color Cylindrical-coordinate representation of color #665568: hue angle of 293.68º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665568 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 85 | 104 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.59 |
| HSL | 293.68º | 0.1% | 0.37% | - |
| HSV(B) | 293.68º | 0.18% | 0.41% | - |
| XYZ | 11.23 | 10.32 | 14.5 | - |
| YUV | 92.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 104 | 0.02 | 0.18 | 0 | 0.59 | 293.68 | 0.1 | 0.37 |
| Hex | 66 | 55 | 68 | 2 | 12 | 0 | 3B | 126 | A | 25 |
| Octal | 146 | 125 | 150 | 2 | 22 | 0 | 73 | 446 | 12 | 45 |
| Binary | 1100110 | 1010101 | 1101000 | 10 | 10010 | 0 | 111011 | 100100110 | 1010 | 100101 |
Color Harmonies of #665568
Complementary color
Monochromatic Colors of #665568
Black with #665568
Text Example
Text Example
White with #665568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665568; }
p { color: rgb(102,85,104); }
H1.HeaderClassName
{
color: #665568;
}
.AnyTagClassName
{
color: #665568;
}
</style>
background-color css
<style>
a { background-color: #665568; }
a { background-color: rgb(102,85,104); }
div.DivClassName
{
background-color: #665568;
}
.BgClassName
{
background-color: #665568;
}
</style>
border-color css
<style>
span { border-color: #665568; }
span { border-color: rgb(102,85,104); }
td.TdClassName
{
border-color: #665568;
}
.TagClassName
{
border-color: #665568;
}
</style>