Shades of Fedora #665369
Tints of Fedora #665369
RGB
CMYK
RGB Variations
Color information
#665369 (or 0x665369) is known color: Fedora. HEX triplet: 66, 53 and 69. RGB value is (102,83,105). Sum of RGB (Red+Green+Blue) = 102+83+105=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 105 - color contains mainly: blue. Hex color #665369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665369 is #99AC96. Grayscale: #5B5B5B. Windows color (decimal): -10071191 or 6902630. OLE color: 6902630.
HSL color Cylindrical-coordinate representation of color #665369: hue angle of 291.82º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665369 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 83 | 105 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.59 |
| HSL | 291.82º | 0.12% | 0.37% | - |
| HSV(B) | 291.82º | 0.21% | 0.41% | - |
| XYZ | 11.12 | 10.03 | 14.71 | - |
| YUV | 91.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 105 | 0.03 | 0.21 | 0 | 0.59 | 291.82 | 0.12 | 0.37 |
| Hex | 66 | 53 | 69 | 3 | 15 | 0 | 3B | 124 | C | 25 |
| Octal | 146 | 123 | 151 | 3 | 25 | 0 | 73 | 444 | 14 | 45 |
| Binary | 1100110 | 1010011 | 1101001 | 11 | 10101 | 0 | 111011 | 100100100 | 1100 | 100101 |
Color Harmonies of #665369
Complementary color
Monochromatic Colors of #665369
Black with #665369
Text Example
Text Example
White with #665369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665369; }
p { color: rgb(102,83,105); }
H1.HeaderClassName
{
color: #665369;
}
.AnyTagClassName
{
color: #665369;
}
</style>
background-color css
<style>
a { background-color: #665369; }
a { background-color: rgb(102,83,105); }
div.DivClassName
{
background-color: #665369;
}
.BgClassName
{
background-color: #665369;
}
</style>
border-color css
<style>
span { border-color: #665369; }
span { border-color: rgb(102,83,105); }
td.TdClassName
{
border-color: #665369;
}
.TagClassName
{
border-color: #665369;
}
</style>