Shades of Fedora #695372
Tints of Fedora #695372
RGB
CMYK
RGB Variations
Color information
#695372 (or 0x695372) is known color: Fedora. HEX triplet: 69, 53 and 72. RGB value is (105,83,114). Sum of RGB (Red+Green+Blue) = 105+83+114=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #695372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695372 is #96AC8D. Grayscale: #5D5D5D. Windows color (decimal): -9874574 or 7492457. OLE color: 7492457.
HSL color Cylindrical-coordinate representation of color #695372: hue angle of 282.58º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #695372 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 83 | 114 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.55 |
| HSL | 282.58º | 0.16% | 0.39% | - |
| HSV(B) | 282.58º | 0.27% | 0.45% | - |
| XYZ | 11.96 | 10.4 | 17.3 | - |
| YUV | 93.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 114 | 0.08 | 0.27 | 0 | 0.55 | 282.58 | 0.16 | 0.39 |
| Hex | 69 | 53 | 72 | 8 | 1B | 0 | 37 | 11B | 10 | 27 |
| Octal | 151 | 123 | 162 | 10 | 33 | 0 | 67 | 433 | 20 | 47 |
| Binary | 1101001 | 1010011 | 1110010 | 1000 | 11011 | 0 | 110111 | 100011011 | 10000 | 100111 |
Color Harmonies of #695372
Complementary color
Monochromatic Colors of #695372
Black with #695372
Text Example
Text Example
White with #695372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695372; }
p { color: rgb(105,83,114); }
H1.HeaderClassName
{
color: #695372;
}
.AnyTagClassName
{
color: #695372;
}
</style>
background-color css
<style>
a { background-color: #695372; }
a { background-color: rgb(105,83,114); }
div.DivClassName
{
background-color: #695372;
}
.BgClassName
{
background-color: #695372;
}
</style>
border-color css
<style>
span { border-color: #695372; }
span { border-color: rgb(105,83,114); }
td.TdClassName
{
border-color: #695372;
}
.TagClassName
{
border-color: #695372;
}
</style>