Shades of Fedora #695472
Tints of Fedora #695472
RGB
CMYK
RGB Variations
Color information
#695472 (or 0x695472) is known color: Fedora. HEX triplet: 69, 54 and 72. RGB value is (105,84,114). Sum of RGB (Red+Green+Blue) = 105+84+114=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #695472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695472 is #96AB8D. Grayscale: #5D5D5D. Windows color (decimal): -9874318 or 7492713. OLE color: 7492713.
HSL color Cylindrical-coordinate representation of color #695472: hue angle of 282º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #695472 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 84 | 114 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.55 |
| HSL | 282º | 0.15% | 0.39% | - |
| HSV(B) | 282º | 0.26% | 0.45% | - |
| XYZ | 12.03 | 10.56 | 17.32 | - |
| YUV | 93.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 114 | 0.08 | 0.26 | 0 | 0.55 | 282 | 0.15 | 0.39 |
| Hex | 69 | 54 | 72 | 8 | 1A | 0 | 37 | 11A | F | 27 |
| Octal | 151 | 124 | 162 | 10 | 32 | 0 | 67 | 432 | 17 | 47 |
| Binary | 1101001 | 1010100 | 1110010 | 1000 | 11010 | 0 | 110111 | 100011010 | 1111 | 100111 |
Color Harmonies of #695472
Complementary color
Monochromatic Colors of #695472
Black with #695472
Text Example
Text Example
White with #695472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695472; }
p { color: rgb(105,84,114); }
H1.HeaderClassName
{
color: #695472;
}
.AnyTagClassName
{
color: #695472;
}
</style>
background-color css
<style>
a { background-color: #695472; }
a { background-color: rgb(105,84,114); }
div.DivClassName
{
background-color: #695472;
}
.BgClassName
{
background-color: #695472;
}
</style>
border-color css
<style>
span { border-color: #695472; }
span { border-color: rgb(105,84,114); }
td.TdClassName
{
border-color: #695472;
}
.TagClassName
{
border-color: #695472;
}
</style>