#614561

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

Shades of Fedora #614561

Tints of Fedora #614561

Color information

#614561 (or 0x614561) is unknown color: approx Fedora. HEX triplet: 61, 45 and 61. RGB value is (97,69,97). Sum of RGB (Red+Green+Blue) = 97+69+97=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614561 is #9EBA9E. Grayscale: #505050. Windows color (decimal): -10402463 or 6374753. OLE color: 6374753.

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

Color convert

RGB976997-
CMYK00.2900.62
HSL300º16.87%32.55%-
HSV(B)300º28.87%38.04%-
XYZ9.227.6612.3-
YUV80.56137.28139.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 97 (38.28% from 255) = 36.88%
R=36.88%
G=26.24%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97699700.2900.6230016.8732.55
Hex61456101D03E12c1121
Octal1411051410350764542141
Binary110000110001011100001011101011111010010110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614561; }

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

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

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

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

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

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

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

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