Shades of Fedora #675A69
Tints of Fedora #675A69
RGB
CMYK
RGB Variations
Color information
#675A69 (or 0x675A69) is known color: Fedora. HEX triplet: 67, 5A and 69. RGB value is (103,90,105). Sum of RGB (Red+Green+Blue) = 103+90+105=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #675A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A69 is #98A596. Grayscale: #5F5F5F. Windows color (decimal): -10003863 or 6904423. OLE color: 6904423.
HSL color Cylindrical-coordinate representation of color #675A69: hue angle of 292º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #675A69 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 90 | 105 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.59 |
| HSL | 292º | 0.08% | 0.38% | - |
| HSV(B) | 292º | 0.14% | 0.41% | - |
| XYZ | 11.8 | 11.22 | 14.91 | - |
| YUV | 95.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 105 | 0.02 | 0.14 | 0 | 0.59 | 292 | 0.08 | 0.38 |
| Hex | 67 | 5A | 69 | 2 | E | 0 | 3B | 124 | 8 | 26 |
| Octal | 147 | 132 | 151 | 2 | 16 | 0 | 73 | 444 | 10 | 46 |
| Binary | 1100111 | 1011010 | 1101001 | 10 | 1110 | 0 | 111011 | 100100100 | 1000 | 100110 |
Color Harmonies of #675A69
Complementary color
Monochromatic Colors of #675A69
Black with #675A69
Text Example
Text Example
White with #675A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A69; }
p { color: rgb(103,90,105); }
H1.HeaderClassName
{
color: #675A69;
}
.AnyTagClassName
{
color: #675A69;
}
</style>
background-color css
<style>
a { background-color: #675A69; }
a { background-color: rgb(103,90,105); }
div.DivClassName
{
background-color: #675A69;
}
.BgClassName
{
background-color: #675A69;
}
</style>
border-color css
<style>
span { border-color: #675A69; }
span { border-color: rgb(103,90,105); }
td.TdClassName
{
border-color: #675A69;
}
.TagClassName
{
border-color: #675A69;
}
</style>