#614760

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

Shades of Fedora #614760

Tints of Fedora #614760

Color information

#614760 (or 0x614760) is unknown color: approx Fedora. HEX triplet: 61, 47 and 60. RGB value is (97,71,96). Sum of RGB (Red+Green+Blue) = 97+71+96=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #614760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614760 is #9EB89F. Grayscale: #515151. Windows color (decimal): -10401952 or 6309729. OLE color: 6309729.

HSL color Cylindrical-coordinate representation of color #614760: hue angle of 302.31º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614760 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB977196-
CMYK00.270.010.62
HSL302.31º15.48%32.94%-
HSV(B)302.31º26.8%38.04%-
XYZ9.297.8912.1-
YUV81.62136.11138.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=36.74%
G=26.89%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97719600.270.010.62302.3115.4832.94
Hex61476001B13E12ef21
Octal1411071400331764561741
Binary11000011000111110000001101111111101001011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614760; }

 p { color: rgb(97,71,96); }

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

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

 a { background-color: rgb(97,71,96); }

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

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

 span { border-color: rgb(97,71,96); }

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