Shades of Fedora #675370
Tints of Fedora #675370
RGB
CMYK
RGB Variations
Color information
#675370 (or 0x675370) is known color: Fedora. HEX triplet: 67, 53 and 70. RGB value is (103,83,112). Sum of RGB (Red+Green+Blue) = 103+83+112=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #675370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675370 is #98AC8F. Grayscale: #5C5C5C. Windows color (decimal): -10005648 or 7361383. OLE color: 7361383.
HSL color Cylindrical-coordinate representation of color #675370: hue angle of 281.38º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #675370 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 83 | 112 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.56 |
| HSL | 281.38º | 0.15% | 0.38% | - |
| HSV(B) | 281.38º | 0.26% | 0.44% | - |
| XYZ | 11.61 | 10.24 | 16.69 | - |
| YUV | 92.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 112 | 0.08 | 0.26 | 0 | 0.56 | 281.38 | 0.15 | 0.38 |
| Hex | 67 | 53 | 70 | 8 | 1A | 0 | 38 | 119 | F | 26 |
| Octal | 147 | 123 | 160 | 10 | 32 | 0 | 70 | 431 | 17 | 46 |
| Binary | 1100111 | 1010011 | 1110000 | 1000 | 11010 | 0 | 111000 | 100011001 | 1111 | 100110 |
Color Harmonies of #675370
Complementary color
Monochromatic Colors of #675370
Black with #675370
Text Example
Text Example
White with #675370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675370; }
p { color: rgb(103,83,112); }
H1.HeaderClassName
{
color: #675370;
}
.AnyTagClassName
{
color: #675370;
}
</style>
background-color css
<style>
a { background-color: #675370; }
a { background-color: rgb(103,83,112); }
div.DivClassName
{
background-color: #675370;
}
.BgClassName
{
background-color: #675370;
}
</style>
border-color css
<style>
span { border-color: #675370; }
span { border-color: rgb(103,83,112); }
td.TdClassName
{
border-color: #675370;
}
.TagClassName
{
border-color: #675370;
}
</style>