Shades of Fedora #675A6D
Tints of Fedora #675A6D
RGB
CMYK
RGB Variations
Color information
#675A6D (or 0x675A6D) is known color: Fedora. HEX triplet: 67, 5A and 6D. RGB value is (103,90,109). Sum of RGB (Red+Green+Blue) = 103+90+109=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #675A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A6D is #98A592. Grayscale: #5F5F5F. Windows color (decimal): -10003859 or 7166567. OLE color: 7166567.
HSL color Cylindrical-coordinate representation of color #675A6D: hue angle of 281.05º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675A6D is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 90 | 109 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.57 |
| HSL | 281.05º | 0.1% | 0.39% | - |
| HSV(B) | 281.05º | 0.17% | 0.43% | - |
| XYZ | 12.01 | 11.3 | 16.02 | - |
| YUV | 96.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 109 | 0.06 | 0.17 | 0 | 0.57 | 281.05 | 0.1 | 0.39 |
| Hex | 67 | 5A | 6D | 6 | 11 | 0 | 39 | 119 | A | 27 |
| Octal | 147 | 132 | 155 | 6 | 21 | 0 | 71 | 431 | 12 | 47 |
| Binary | 1100111 | 1011010 | 1101101 | 110 | 10001 | 0 | 111001 | 100011001 | 1010 | 100111 |
Color Harmonies of #675A6D
Complementary color
Monochromatic Colors of #675A6D
Black with #675A6D
Text Example
Text Example
White with #675A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A6D; }
p { color: rgb(103,90,109); }
H1.HeaderClassName
{
color: #675A6D;
}
.AnyTagClassName
{
color: #675A6D;
}
</style>
background-color css
<style>
a { background-color: #675A6D; }
a { background-color: rgb(103,90,109); }
div.DivClassName
{
background-color: #675A6D;
}
.BgClassName
{
background-color: #675A6D;
}
</style>
border-color css
<style>
span { border-color: #675A6D; }
span { border-color: rgb(103,90,109); }
td.TdClassName
{
border-color: #675A6D;
}
.TagClassName
{
border-color: #675A6D;
}
</style>