Shades of Fedora #664F67
Tints of Fedora #664F67
RGB
CMYK
RGB Variations
Color information
#664F67 (or 0x664F67) is known color: Fedora. HEX triplet: 66, 4F and 67. RGB value is (102,79,103). Sum of RGB (Red+Green+Blue) = 102+79+103=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 79 (31.25% from 255 or 27.82% 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 #664F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F67 is #99B098. Grayscale: #585858. Windows color (decimal): -10072217 or 6770534. OLE color: 6770534.
HSL color Cylindrical-coordinate representation of color #664F67: hue angle of 297.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #664F67 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 102 | 79 | 103 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.60 |
| HSL | 297.5º | 0.13% | 0.36% | - |
| HSV(B) | 297.5º | 0.23% | 0.4% | - |
| XYZ | 10.72 | 9.4 | 14.08 | - |
| YUV | 88.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 103 | 0.01 | 0.23 | 0 | 0.60 | 297.5 | 0.13 | 0.36 |
| Hex | 66 | 4F | 67 | 1 | 17 | 0 | 3C | 12A | D | 24 |
| Octal | 146 | 117 | 147 | 1 | 27 | 0 | 74 | 452 | 15 | 44 |
| Binary | 1100110 | 1001111 | 1100111 | 1 | 10111 | 0 | 111100 | 100101010 | 1101 | 100100 |
Color Harmonies of #664F67
Complementary color
Monochromatic Colors of #664F67
Black with #664F67
Text Example
Text Example
White with #664F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F67; }
p { color: rgb(102,79,103); }
H1.HeaderClassName
{
color: #664F67;
}
.AnyTagClassName
{
color: #664F67;
}
</style>
background-color css
<style>
a { background-color: #664F67; }
a { background-color: rgb(102,79,103); }
div.DivClassName
{
background-color: #664F67;
}
.BgClassName
{
background-color: #664F67;
}
</style>
border-color css
<style>
span { border-color: #664F67; }
span { border-color: rgb(102,79,103); }
td.TdClassName
{
border-color: #664F67;
}
.TagClassName
{
border-color: #664F67;
}
</style>