Shades of Fedora #665A69
Tints of Fedora #665A69
RGB
CMYK
RGB Variations
Color information
#665A69 (or 0x665A69) is known color: Fedora. HEX triplet: 66, 5A and 69. RGB value is (102,90,105). Sum of RGB (Red+Green+Blue) = 102+90+105=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 105 - color contains mainly: blue. Hex color #665A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A69 is #99A596. Grayscale: #5F5F5F. Windows color (decimal): -10069399 or 6904422. OLE color: 6904422.
HSL color Cylindrical-coordinate representation of color #665A69: hue angle of 288º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #665A69 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 90 | 105 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.59 |
| HSL | 288º | 0.08% | 0.38% | - |
| HSV(B) | 288º | 0.14% | 0.41% | - |
| XYZ | 11.69 | 11.16 | 14.9 | - |
| YUV | 95.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 105 | 0.03 | 0.14 | 0 | 0.59 | 288 | 0.08 | 0.38 |
| Hex | 66 | 5A | 69 | 3 | E | 0 | 3B | 120 | 8 | 26 |
| Octal | 146 | 132 | 151 | 3 | 16 | 0 | 73 | 440 | 10 | 46 |
| Binary | 1100110 | 1011010 | 1101001 | 11 | 1110 | 0 | 111011 | 100100000 | 1000 | 100110 |
Color Harmonies of #665A69
Complementary color
Monochromatic Colors of #665A69
Black with #665A69
Text Example
Text Example
White with #665A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A69; }
p { color: rgb(102,90,105); }
H1.HeaderClassName
{
color: #665A69;
}
.AnyTagClassName
{
color: #665A69;
}
</style>
background-color css
<style>
a { background-color: #665A69; }
a { background-color: rgb(102,90,105); }
div.DivClassName
{
background-color: #665A69;
}
.BgClassName
{
background-color: #665A69;
}
</style>
border-color css
<style>
span { border-color: #665A69; }
span { border-color: rgb(102,90,105); }
td.TdClassName
{
border-color: #665A69;
}
.TagClassName
{
border-color: #665A69;
}
</style>