#614C60

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

Shades of Fedora #614C60

Tints of Fedora #614C60

Color information

#614C60 (or 0x614C60) is unknown color: approx Fedora. HEX triplet: 61, 4C and 60. RGB value is (97,76,96). Sum of RGB (Red+Green+Blue) = 97+76+96=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #614C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C60 is #9EB39F. Grayscale: #545454. Windows color (decimal): -10400672 or 6311009. OLE color: 6311009.

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

Color convert

RGB977696-
CMYK00.220.010.62
HSL302.86º12.14%33.92%-
HSV(B)302.86º21.65%38.04%-
XYZ9.638.5512.21-
YUV84.56134.46136.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=36.06%
G=28.25%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97769600.220.010.62302.8612.1433.92
Hex614C6001613E12fc22
Octal1411141400261764571442
Binary11000011001100110000001011011111101001011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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