Shades of Fedora #655067
Tints of Fedora #655067
RGB
CMYK
RGB Variations
Color information
#655067 (or 0x655067) is known color: Fedora. HEX triplet: 65, 50 and 67. RGB value is (101,80,103). Sum of RGB (Red+Green+Blue) = 101+80+103=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #655067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655067 is #9AAF98. Grayscale: #585858. Windows color (decimal): -10137497 or 6770789. OLE color: 6770789.
HSL color Cylindrical-coordinate representation of color #655067: hue angle of 294.78º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #655067 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 103 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.60 |
| HSL | 294.78º | 0.13% | 0.36% | - |
| HSV(B) | 294.78º | 0.22% | 0.4% | - |
| XYZ | 10.68 | 9.48 | 14.1 | - |
| YUV | 88.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 103 | 0.02 | 0.22 | 0 | 0.60 | 294.78 | 0.13 | 0.36 |
| Hex | 65 | 50 | 67 | 2 | 16 | 0 | 3C | 127 | D | 24 |
| Octal | 145 | 120 | 147 | 2 | 26 | 0 | 74 | 447 | 15 | 44 |
| Binary | 1100101 | 1010000 | 1100111 | 10 | 10110 | 0 | 111100 | 100100111 | 1101 | 100100 |
Color Harmonies of #655067
Complementary color
Monochromatic Colors of #655067
Black with #655067
Text Example
Text Example
White with #655067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655067; }
p { color: rgb(101,80,103); }
H1.HeaderClassName
{
color: #655067;
}
.AnyTagClassName
{
color: #655067;
}
</style>
background-color css
<style>
a { background-color: #655067; }
a { background-color: rgb(101,80,103); }
div.DivClassName
{
background-color: #655067;
}
.BgClassName
{
background-color: #655067;
}
</style>
border-color css
<style>
span { border-color: #655067; }
span { border-color: rgb(101,80,103); }
td.TdClassName
{
border-color: #655067;
}
.TagClassName
{
border-color: #655067;
}
</style>