#615663

Color #615663 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #615663

Tints of Fedora #615663

Color information

#615663 (or 0x615663) is unknown color: approx Fedora. HEX triplet: 61, 56 and 63. RGB value is (97,86,99). Sum of RGB (Red+Green+Blue) = 97+86+99=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #615663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615663 is #9EA99C. Grayscale: #5A5A5A. Windows color (decimal): -10398109 or 6510177. OLE color: 6510177.

HSL color Cylindrical-coordinate representation of color #615663: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #615663 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB978699-
CMYK0.020.1300.61
HSL290.77º7.03%36.27%-
HSV(B)290.77º13.13%38.82%-
XYZ10.5110.113.2-
YUV90.77132.64132.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=34.40%
G=30.50%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9786990.020.1300.61290.777.0336.27
Hex6156632D03D123724
Octal141126143215075443744
Binary1100001101011011000111011010111101100100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615663; }

 p { color: rgb(97,86,99); }

 H1.HeaderClassName
 {
   color: #615663;
 }
 .AnyTagClassName
 {
   color: #615663;
 }
</style>
background-color css

<style>
 a { background-color: #615663; }

 a { background-color: rgb(97,86,99); }

 div.DivClassName
 {
   background-color: #615663;
 }
 .BgClassName
 {
   background-color: #615663;
 }
</style>
border-color css

<style>
 span { border-color: #615663; }

 span { border-color: rgb(97,86,99); }

 td.TdClassName
 {
   border-color: #615663;
 }
 .TagClassName
 {
   border-color: #615663;
 }
</style>