#614C61

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

Shades of Fedora #614C61

Tints of Fedora #614C61

Color information

#614C61 (or 0x614C61) is unknown color: approx Fedora. HEX triplet: 61, 4C and 61. RGB value is (97,76,97). Sum of RGB (Red+Green+Blue) = 97+76+97=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C61 is #9EB39E. Grayscale: #545454. Windows color (decimal): -10400671 or 6376545. OLE color: 6376545.

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

Color convert

RGB977697-
CMYK00.2200.62
HSL300º12.14%33.92%-
HSV(B)300º21.65%38.04%-
XYZ9.678.5712.45-
YUV84.67134.96136.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=35.93%
G=28.15%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97769700.2200.6230012.1433.92
Hex614C6101603E12cc22
Octal1411141410260764541442
Binary11000011001100110000101011001111101001011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614C61; }

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

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

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

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

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

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

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

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