Shades of Fedora #665070
Tints of Fedora #665070
RGB
CMYK
RGB Variations
Color information
#665070 (or 0x665070) is known color: Fedora. HEX triplet: 66, 50 and 70. RGB value is (102,80,112). Sum of RGB (Red+Green+Blue) = 102+80+112=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #665070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665070 is #99AF8F. Grayscale: #5A5A5A. Windows color (decimal): -10071952 or 7360614. OLE color: 7360614.
HSL color Cylindrical-coordinate representation of color #665070: hue angle of 281.25º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #665070 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 80 | 112 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.56 |
| HSL | 281.25º | 0.17% | 0.38% | - |
| HSV(B) | 281.25º | 0.29% | 0.44% | - |
| XYZ | 11.27 | 9.73 | 16.61 | - |
| YUV | 90.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 112 | 0.09 | 0.29 | 0 | 0.56 | 281.25 | 0.17 | 0.38 |
| Hex | 66 | 50 | 70 | 9 | 1D | 0 | 38 | 119 | 11 | 26 |
| Octal | 146 | 120 | 160 | 11 | 35 | 0 | 70 | 431 | 21 | 46 |
| Binary | 1100110 | 1010000 | 1110000 | 1001 | 11101 | 0 | 111000 | 100011001 | 10001 | 100110 |
Color Harmonies of #665070
Complementary color
Monochromatic Colors of #665070
Black with #665070
Text Example
Text Example
White with #665070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665070; }
p { color: rgb(102,80,112); }
H1.HeaderClassName
{
color: #665070;
}
.AnyTagClassName
{
color: #665070;
}
</style>
background-color css
<style>
a { background-color: #665070; }
a { background-color: rgb(102,80,112); }
div.DivClassName
{
background-color: #665070;
}
.BgClassName
{
background-color: #665070;
}
</style>
border-color css
<style>
span { border-color: #665070; }
span { border-color: rgb(102,80,112); }
td.TdClassName
{
border-color: #665070;
}
.TagClassName
{
border-color: #665070;
}
</style>