Shades of Fedora #665469
Tints of Fedora #665469
RGB
CMYK
RGB Variations
Color information
#665469 (or 0x665469) is known color: Fedora. HEX triplet: 66, 54 and 69. RGB value is (102,84,105). Sum of RGB (Red+Green+Blue) = 102+84+105=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #665469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665469 is #99AB96. Grayscale: #5B5B5B. Windows color (decimal): -10070935 or 6902886. OLE color: 6902886.
HSL color Cylindrical-coordinate representation of color #665469: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665469 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 84 | 105 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.59 |
| HSL | 291.43º | 0.11% | 0.37% | - |
| HSV(B) | 291.43º | 0.2% | 0.41% | - |
| XYZ | 11.2 | 10.19 | 14.74 | - |
| YUV | 91.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 105 | 0.03 | 0.20 | 0 | 0.59 | 291.43 | 0.11 | 0.37 |
| Hex | 66 | 54 | 69 | 3 | 14 | 0 | 3B | 123 | B | 25 |
| Octal | 146 | 124 | 151 | 3 | 24 | 0 | 73 | 443 | 13 | 45 |
| Binary | 1100110 | 1010100 | 1101001 | 11 | 10100 | 0 | 111011 | 100100011 | 1011 | 100101 |
Color Harmonies of #665469
Complementary color
Monochromatic Colors of #665469
Black with #665469
Text Example
Text Example
White with #665469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665469; }
p { color: rgb(102,84,105); }
H1.HeaderClassName
{
color: #665469;
}
.AnyTagClassName
{
color: #665469;
}
</style>
background-color css
<style>
a { background-color: #665469; }
a { background-color: rgb(102,84,105); }
div.DivClassName
{
background-color: #665469;
}
.BgClassName
{
background-color: #665469;
}
</style>
border-color css
<style>
span { border-color: #665469; }
span { border-color: rgb(102,84,105); }
td.TdClassName
{
border-color: #665469;
}
.TagClassName
{
border-color: #665469;
}
</style>