Shades of Fedora #665467
Tints of Fedora #665467
RGB
CMYK
RGB Variations
Color information
#665467 (or 0x665467) is known color: Fedora. HEX triplet: 66, 54 and 67. RGB value is (102,84,103). Sum of RGB (Red+Green+Blue) = 102+84+103=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 103 - color contains mainly: blue. Hex color #665467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665467 is #99AB98. Grayscale: #5B5B5B. Windows color (decimal): -10070937 or 6771814. OLE color: 6771814.
HSL color Cylindrical-coordinate representation of color #665467: hue angle of 296.84º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665467 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 84 | 103 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.60 |
| HSL | 296.84º | 0.1% | 0.37% | - |
| HSV(B) | 296.84º | 0.18% | 0.4% | - |
| XYZ | 11.1 | 10.14 | 14.21 | - |
| YUV | 91.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 103 | 0.01 | 0.18 | 0 | 0.60 | 296.84 | 0.1 | 0.37 |
| Hex | 66 | 54 | 67 | 1 | 12 | 0 | 3C | 129 | A | 25 |
| Octal | 146 | 124 | 147 | 1 | 22 | 0 | 74 | 451 | 12 | 45 |
| Binary | 1100110 | 1010100 | 1100111 | 1 | 10010 | 0 | 111100 | 100101001 | 1010 | 100101 |
Color Harmonies of #665467
Complementary color
Monochromatic Colors of #665467
Black with #665467
Text Example
Text Example
White with #665467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665467; }
p { color: rgb(102,84,103); }
H1.HeaderClassName
{
color: #665467;
}
.AnyTagClassName
{
color: #665467;
}
</style>
background-color css
<style>
a { background-color: #665467; }
a { background-color: rgb(102,84,103); }
div.DivClassName
{
background-color: #665467;
}
.BgClassName
{
background-color: #665467;
}
</style>
border-color css
<style>
span { border-color: #665467; }
span { border-color: rgb(102,84,103); }
td.TdClassName
{
border-color: #665467;
}
.TagClassName
{
border-color: #665467;
}
</style>