Shades of Fedora #665F68
Tints of Fedora #665F68
RGB
CMYK
RGB Variations
Color information
#665F68 (or 0x665F68) is known color: Fedora. HEX triplet: 66, 5F and 68. RGB value is (102,95,104). Sum of RGB (Red+Green+Blue) = 102+95+104=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 104 - color contains mainly: blue. Hex color #665F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F68 is #99A097. Grayscale: #626262. Windows color (decimal): -10068120 or 6840166. OLE color: 6840166.
HSL color Cylindrical-coordinate representation of color #665F68: hue angle of 286.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #665F68 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 95 | 104 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.59 |
| HSL | 286.67º | 0.05% | 0.39% | - |
| HSV(B) | 286.67º | 0.09% | 0.41% | - |
| XYZ | 12.07 | 12.01 | 14.78 | - |
| YUV | 98.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 104 | 0.02 | 0.09 | 0 | 0.59 | 286.67 | 0.05 | 0.39 |
| Hex | 66 | 5F | 68 | 2 | 9 | 0 | 3B | 11F | 5 | 27 |
| Octal | 146 | 137 | 150 | 2 | 11 | 0 | 73 | 437 | 5 | 47 |
| Binary | 1100110 | 1011111 | 1101000 | 10 | 1001 | 0 | 111011 | 100011111 | 101 | 100111 |
Color Harmonies of #665F68
Complementary color
Monochromatic Colors of #665F68
Black with #665F68
Text Example
Text Example
White with #665F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F68; }
p { color: rgb(102,95,104); }
H1.HeaderClassName
{
color: #665F68;
}
.AnyTagClassName
{
color: #665F68;
}
</style>
background-color css
<style>
a { background-color: #665F68; }
a { background-color: rgb(102,95,104); }
div.DivClassName
{
background-color: #665F68;
}
.BgClassName
{
background-color: #665F68;
}
</style>
border-color css
<style>
span { border-color: #665F68; }
span { border-color: rgb(102,95,104); }
td.TdClassName
{
border-color: #665F68;
}
.TagClassName
{
border-color: #665F68;
}
</style>