Shades of Fedora #675C6B
Tints of Fedora #675C6B
RGB
CMYK
RGB Variations
Color information
#675C6B (or 0x675C6B) is known color: Fedora. HEX triplet: 67, 5C and 6B. RGB value is (103,92,107). Sum of RGB (Red+Green+Blue) = 103+92+107=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #675C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C6B is #98A394. Grayscale: #606060. Windows color (decimal): -10003349 or 7036007. OLE color: 7036007.
HSL color Cylindrical-coordinate representation of color #675C6B: hue angle of 284º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #675C6B is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 92 | 107 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.58 |
| HSL | 284º | 0.08% | 0.39% | - |
| HSV(B) | 284º | 0.14% | 0.42% | - |
| XYZ | 12.07 | 11.6 | 15.51 | - |
| YUV | 97 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 107 | 0.04 | 0.14 | 0 | 0.58 | 284 | 0.08 | 0.39 |
| Hex | 67 | 5C | 6B | 4 | E | 0 | 3A | 11C | 8 | 27 |
| Octal | 147 | 134 | 153 | 4 | 16 | 0 | 72 | 434 | 10 | 47 |
| Binary | 1100111 | 1011100 | 1101011 | 100 | 1110 | 0 | 111010 | 100011100 | 1000 | 100111 |
Color Harmonies of #675C6B
Complementary color
Monochromatic Colors of #675C6B
Black with #675C6B
Text Example
Text Example
White with #675C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C6B; }
p { color: rgb(103,92,107); }
H1.HeaderClassName
{
color: #675C6B;
}
.AnyTagClassName
{
color: #675C6B;
}
</style>
background-color css
<style>
a { background-color: #675C6B; }
a { background-color: rgb(103,92,107); }
div.DivClassName
{
background-color: #675C6B;
}
.BgClassName
{
background-color: #675C6B;
}
</style>
border-color css
<style>
span { border-color: #675C6B; }
span { border-color: rgb(103,92,107); }
td.TdClassName
{
border-color: #675C6B;
}
.TagClassName
{
border-color: #675C6B;
}
</style>