Shades of Fedora #665F69
Tints of Fedora #665F69
RGB
CMYK
RGB Variations
Color information
#665F69 (or 0x665F69) is known color: Fedora. HEX triplet: 66, 5F and 69. RGB value is (102,95,105). Sum of RGB (Red+Green+Blue) = 102+95+105=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 105 - color contains mainly: blue. Hex color #665F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F69 is #99A096. Grayscale: #626262. Windows color (decimal): -10068119 or 6905702. OLE color: 6905702.
HSL color Cylindrical-coordinate representation of color #665F69: hue angle of 282º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #665F69 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 95 | 105 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.59 |
| HSL | 282º | 0.05% | 0.39% | - |
| HSV(B) | 282º | 0.1% | 0.41% | - |
| XYZ | 12.12 | 12.03 | 15.05 | - |
| YUV | 98.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 105 | 0.03 | 0.10 | 0 | 0.59 | 282 | 0.05 | 0.39 |
| Hex | 66 | 5F | 69 | 3 | A | 0 | 3B | 11A | 5 | 27 |
| Octal | 146 | 137 | 151 | 3 | 12 | 0 | 73 | 432 | 5 | 47 |
| Binary | 1100110 | 1011111 | 1101001 | 11 | 1010 | 0 | 111011 | 100011010 | 101 | 100111 |
Color Harmonies of #665F69
Complementary color
Monochromatic Colors of #665F69
Black with #665F69
Text Example
Text Example
White with #665F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F69; }
p { color: rgb(102,95,105); }
H1.HeaderClassName
{
color: #665F69;
}
.AnyTagClassName
{
color: #665F69;
}
</style>
background-color css
<style>
a { background-color: #665F69; }
a { background-color: rgb(102,95,105); }
div.DivClassName
{
background-color: #665F69;
}
.BgClassName
{
background-color: #665F69;
}
</style>
border-color css
<style>
span { border-color: #665F69; }
span { border-color: rgb(102,95,105); }
td.TdClassName
{
border-color: #665F69;
}
.TagClassName
{
border-color: #665F69;
}
</style>