Shades of Fedora #67506B
Tints of Fedora #67506B
RGB
CMYK
RGB Variations
Color information
#67506B (or 0x67506B) is known color: Fedora. HEX triplet: 67, 50 and 6B. RGB value is (103,80,107). Sum of RGB (Red+Green+Blue) = 103+80+107=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 107 - color contains mainly: blue. Hex color #67506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67506B is #98AF94. Grayscale: #595959. Windows color (decimal): -10006421 or 7032935. OLE color: 7032935.
HSL color Cylindrical-coordinate representation of color #67506B: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67506B is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 80 | 107 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.58 |
| HSL | 291.11º | 0.14% | 0.37% | - |
| HSV(B) | 291.11º | 0.25% | 0.42% | - |
| XYZ | 11.12 | 9.68 | 15.19 | - |
| YUV | 89.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 107 | 0.04 | 0.25 | 0 | 0.58 | 291.11 | 0.14 | 0.37 |
| Hex | 67 | 50 | 6B | 4 | 19 | 0 | 3A | 123 | E | 25 |
| Octal | 147 | 120 | 153 | 4 | 31 | 0 | 72 | 443 | 16 | 45 |
| Binary | 1100111 | 1010000 | 1101011 | 100 | 11001 | 0 | 111010 | 100100011 | 1110 | 100101 |
Color Harmonies of #67506B
Complementary color
Monochromatic Colors of #67506B
Black with #67506B
Text Example
Text Example
White with #67506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67506B; }
p { color: rgb(103,80,107); }
H1.HeaderClassName
{
color: #67506B;
}
.AnyTagClassName
{
color: #67506B;
}
</style>
background-color css
<style>
a { background-color: #67506B; }
a { background-color: rgb(103,80,107); }
div.DivClassName
{
background-color: #67506B;
}
.BgClassName
{
background-color: #67506B;
}
</style>
border-color css
<style>
span { border-color: #67506B; }
span { border-color: rgb(103,80,107); }
td.TdClassName
{
border-color: #67506B;
}
.TagClassName
{
border-color: #67506B;
}
</style>