Shades of Fedora #665268
Tints of Fedora #665268
RGB
CMYK
RGB Variations
Color information
#665268 (or 0x665268) is known color: Fedora. HEX triplet: 66, 52 and 68. RGB value is (102,82,104). Sum of RGB (Red+Green+Blue) = 102+82+104=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #665268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665268 is #99AD97. Grayscale: #5A5A5A. Windows color (decimal): -10071448 or 6836838. OLE color: 6836838.
HSL color Cylindrical-coordinate representation of color #665268: hue angle of 294.55º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665268 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 82 | 104 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.59 |
| HSL | 294.55º | 0.12% | 0.36% | - |
| HSV(B) | 294.55º | 0.21% | 0.41% | - |
| XYZ | 11 | 9.86 | 14.42 | - |
| YUV | 90.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 104 | 0.02 | 0.21 | 0 | 0.59 | 294.55 | 0.12 | 0.36 |
| Hex | 66 | 52 | 68 | 2 | 15 | 0 | 3B | 127 | C | 24 |
| Octal | 146 | 122 | 150 | 2 | 25 | 0 | 73 | 447 | 14 | 44 |
| Binary | 1100110 | 1010010 | 1101000 | 10 | 10101 | 0 | 111011 | 100100111 | 1100 | 100100 |
Color Harmonies of #665268
Complementary color
Monochromatic Colors of #665268
Black with #665268
Text Example
Text Example
White with #665268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665268; }
p { color: rgb(102,82,104); }
H1.HeaderClassName
{
color: #665268;
}
.AnyTagClassName
{
color: #665268;
}
</style>
background-color css
<style>
a { background-color: #665268; }
a { background-color: rgb(102,82,104); }
div.DivClassName
{
background-color: #665268;
}
.BgClassName
{
background-color: #665268;
}
</style>
border-color css
<style>
span { border-color: #665268; }
span { border-color: rgb(102,82,104); }
td.TdClassName
{
border-color: #665268;
}
.TagClassName
{
border-color: #665268;
}
</style>