Shades of Fedora #67506F
Tints of Fedora #67506F
RGB
CMYK
RGB Variations
Color information
#67506F (or 0x67506F) is known color: Fedora. HEX triplet: 67, 50 and 6F. RGB value is (103,80,111). Sum of RGB (Red+Green+Blue) = 103+80+111=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 111 - color contains mainly: blue. Hex color #67506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67506F is #98AF90. Grayscale: #5A5A5A. Windows color (decimal): -10006417 or 7295079. OLE color: 7295079.
HSL color Cylindrical-coordinate representation of color #67506F: hue angle of 284.52º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67506F is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 80 | 111 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.56 |
| HSL | 284.52º | 0.16% | 0.37% | - |
| HSV(B) | 284.52º | 0.28% | 0.44% | - |
| XYZ | 11.33 | 9.77 | 16.33 | - |
| YUV | 90.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 111 | 0.07 | 0.28 | 0 | 0.56 | 284.52 | 0.16 | 0.37 |
| Hex | 67 | 50 | 6F | 7 | 1C | 0 | 38 | 11D | 10 | 25 |
| Octal | 147 | 120 | 157 | 7 | 34 | 0 | 70 | 435 | 20 | 45 |
| Binary | 1100111 | 1010000 | 1101111 | 111 | 11100 | 0 | 111000 | 100011101 | 10000 | 100101 |
Color Harmonies of #67506F
Complementary color
Monochromatic Colors of #67506F
Black with #67506F
Text Example
Text Example
White with #67506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67506F; }
p { color: rgb(103,80,111); }
H1.HeaderClassName
{
color: #67506F;
}
.AnyTagClassName
{
color: #67506F;
}
</style>
background-color css
<style>
a { background-color: #67506F; }
a { background-color: rgb(103,80,111); }
div.DivClassName
{
background-color: #67506F;
}
.BgClassName
{
background-color: #67506F;
}
</style>
border-color css
<style>
span { border-color: #67506F; }
span { border-color: rgb(103,80,111); }
td.TdClassName
{
border-color: #67506F;
}
.TagClassName
{
border-color: #67506F;
}
</style>