Shades of Fedora #665769
Tints of Fedora #665769
RGB
CMYK
RGB Variations
Color information
#665769 (or 0x665769) is known color: Fedora. HEX triplet: 66, 57 and 69. RGB value is (102,87,105). Sum of RGB (Red+Green+Blue) = 102+87+105=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 105 - color contains mainly: blue. Hex color #665769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665769 is #99A896. Grayscale: #5D5D5D. Windows color (decimal): -10070167 or 6903654. OLE color: 6903654.
HSL color Cylindrical-coordinate representation of color #665769: hue angle of 290º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665769 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 87 | 105 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.59 |
| HSL | 290º | 0.09% | 0.38% | - |
| HSV(B) | 290º | 0.17% | 0.41% | - |
| XYZ | 11.44 | 10.66 | 14.82 | - |
| YUV | 93.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 105 | 0.03 | 0.17 | 0 | 0.59 | 290 | 0.09 | 0.38 |
| Hex | 66 | 57 | 69 | 3 | 11 | 0 | 3B | 122 | 9 | 26 |
| Octal | 146 | 127 | 151 | 3 | 21 | 0 | 73 | 442 | 11 | 46 |
| Binary | 1100110 | 1010111 | 1101001 | 11 | 10001 | 0 | 111011 | 100100010 | 1001 | 100110 |
Color Harmonies of #665769
Complementary color
Monochromatic Colors of #665769
Black with #665769
Text Example
Text Example
White with #665769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665769; }
p { color: rgb(102,87,105); }
H1.HeaderClassName
{
color: #665769;
}
.AnyTagClassName
{
color: #665769;
}
</style>
background-color css
<style>
a { background-color: #665769; }
a { background-color: rgb(102,87,105); }
div.DivClassName
{
background-color: #665769;
}
.BgClassName
{
background-color: #665769;
}
</style>
border-color css
<style>
span { border-color: #665769; }
span { border-color: rgb(102,87,105); }
td.TdClassName
{
border-color: #665769;
}
.TagClassName
{
border-color: #665769;
}
</style>