Shades of Fedora #665269
Tints of Fedora #665269
RGB
CMYK
RGB Variations
Color information
#665269 (or 0x665269) is known color: Fedora. HEX triplet: 66, 52 and 69. RGB value is (102,82,105). Sum of RGB (Red+Green+Blue) = 102+82+105=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #665269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665269 is #99AD96. Grayscale: #5A5A5A. Windows color (decimal): -10071447 or 6902374. OLE color: 6902374.
HSL color Cylindrical-coordinate representation of color #665269: hue angle of 292.17º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665269 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 82 | 105 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.59 |
| HSL | 292.17º | 0.12% | 0.37% | - |
| HSV(B) | 292.17º | 0.22% | 0.41% | - |
| XYZ | 11.05 | 9.88 | 14.69 | - |
| YUV | 90.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 105 | 0.03 | 0.22 | 0 | 0.59 | 292.17 | 0.12 | 0.37 |
| Hex | 66 | 52 | 69 | 3 | 16 | 0 | 3B | 124 | C | 25 |
| Octal | 146 | 122 | 151 | 3 | 26 | 0 | 73 | 444 | 14 | 45 |
| Binary | 1100110 | 1010010 | 1101001 | 11 | 10110 | 0 | 111011 | 100100100 | 1100 | 100101 |
Color Harmonies of #665269
Complementary color
Monochromatic Colors of #665269
Black with #665269
Text Example
Text Example
White with #665269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665269; }
p { color: rgb(102,82,105); }
H1.HeaderClassName
{
color: #665269;
}
.AnyTagClassName
{
color: #665269;
}
</style>
background-color css
<style>
a { background-color: #665269; }
a { background-color: rgb(102,82,105); }
div.DivClassName
{
background-color: #665269;
}
.BgClassName
{
background-color: #665269;
}
</style>
border-color css
<style>
span { border-color: #665269; }
span { border-color: rgb(102,82,105); }
td.TdClassName
{
border-color: #665269;
}
.TagClassName
{
border-color: #665269;
}
</style>