Shades of Fedora #665668
Tints of Fedora #665668
RGB
CMYK
RGB Variations
Color information
#665668 (or 0x665668) is known color: Fedora. HEX triplet: 66, 56 and 68. RGB value is (102,86,104). Sum of RGB (Red+Green+Blue) = 102+86+104=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #665668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665668 is #99A997. Grayscale: #5C5C5C. Windows color (decimal): -10070424 or 6837862. OLE color: 6837862.
HSL color Cylindrical-coordinate representation of color #665668: hue angle of 293.33º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665668 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 86 | 104 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.59 |
| HSL | 293.33º | 0.09% | 0.37% | - |
| HSV(B) | 293.33º | 0.17% | 0.41% | - |
| XYZ | 11.31 | 10.48 | 14.52 | - |
| YUV | 92.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 104 | 0.02 | 0.17 | 0 | 0.59 | 293.33 | 0.09 | 0.37 |
| Hex | 66 | 56 | 68 | 2 | 11 | 0 | 3B | 125 | 9 | 25 |
| Octal | 146 | 126 | 150 | 2 | 21 | 0 | 73 | 445 | 11 | 45 |
| Binary | 1100110 | 1010110 | 1101000 | 10 | 10001 | 0 | 111011 | 100100101 | 1001 | 100101 |
Color Harmonies of #665668
Complementary color
Monochromatic Colors of #665668
Black with #665668
Text Example
Text Example
White with #665668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665668; }
p { color: rgb(102,86,104); }
H1.HeaderClassName
{
color: #665668;
}
.AnyTagClassName
{
color: #665668;
}
</style>
background-color css
<style>
a { background-color: #665668; }
a { background-color: rgb(102,86,104); }
div.DivClassName
{
background-color: #665668;
}
.BgClassName
{
background-color: #665668;
}
</style>
border-color css
<style>
span { border-color: #665668; }
span { border-color: rgb(102,86,104); }
td.TdClassName
{
border-color: #665668;
}
.TagClassName
{
border-color: #665668;
}
</style>