Shades of Fedora #675369
Tints of Fedora #675369
RGB
CMYK
RGB Variations
Color information
#675369 (or 0x675369) is known color: Fedora. HEX triplet: 67, 53 and 69. RGB value is (103,83,105). Sum of RGB (Red+Green+Blue) = 103+83+105=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 105 - color contains mainly: blue. Hex color #675369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675369 is #98AC96. Grayscale: #5B5B5B. Windows color (decimal): -10005655 or 6902631. OLE color: 6902631.
HSL color Cylindrical-coordinate representation of color #675369: hue angle of 294.55º 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 #675369 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 83 | 105 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.59 |
| HSL | 294.55º | 0.12% | 0.37% | - |
| HSV(B) | 294.55º | 0.21% | 0.41% | - |
| XYZ | 11.24 | 10.09 | 14.72 | - |
| YUV | 91.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 83 | 105 | 0.02 | 0.21 | 0 | 0.59 | 294.55 | 0.12 | 0.37 |
| Hex | 67 | 53 | 69 | 2 | 15 | 0 | 3B | 127 | C | 25 |
| Octal | 147 | 123 | 151 | 2 | 25 | 0 | 73 | 447 | 14 | 45 |
| Binary | 1100111 | 1010011 | 1101001 | 10 | 10101 | 0 | 111011 | 100100111 | 1100 | 100101 |
Color Harmonies of #675369
Complementary color
Monochromatic Colors of #675369
Black with #675369
Text Example
Text Example
White with #675369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675369; }
p { color: rgb(103,83,105); }
H1.HeaderClassName
{
color: #675369;
}
.AnyTagClassName
{
color: #675369;
}
</style>
background-color css
<style>
a { background-color: #675369; }
a { background-color: rgb(103,83,105); }
div.DivClassName
{
background-color: #675369;
}
.BgClassName
{
background-color: #675369;
}
</style>
border-color css
<style>
span { border-color: #675369; }
span { border-color: rgb(103,83,105); }
td.TdClassName
{
border-color: #675369;
}
.TagClassName
{
border-color: #675369;
}
</style>