#614761

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

Shades of Fedora #614761

Tints of Fedora #614761

Color information

#614761 (or 0x614761) is unknown color: approx Fedora. HEX triplet: 61, 47 and 61. RGB value is (97,71,97). Sum of RGB (Red+Green+Blue) = 97+71+97=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614761 is #9EB89E. Grayscale: #515151. Windows color (decimal): -10401951 or 6375265. OLE color: 6375265.

HSL color Cylindrical-coordinate representation of color #614761: hue angle of 300º 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 #614761 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB977197-
CMYK00.2700.62
HSL300º15.48%32.94%-
HSV(B)300º26.8%38.04%-
XYZ9.347.9112.34-
YUV81.74136.61138.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=36.60%
G=26.79%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97719700.2700.6230015.4832.94
Hex61476101B03E12cf21
Octal1411071410330764541741
Binary11000011000111110000101101101111101001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614761; }

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

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

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

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

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

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

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

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