#614D6C

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

Shades of Fedora #614D6C

Tints of Fedora #614D6C

Color information

#614D6C (or 0x614D6C) is unknown color: approx Fedora. HEX triplet: 61, 4D and 6C. RGB value is (97,77,108). Sum of RGB (Red+Green+Blue) = 97+77+108=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #614D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D6C is #9EB293. Grayscale: #565656. Windows color (decimal): -10400404 or 7097697. OLE color: 7097697.

HSL color Cylindrical-coordinate representation of color #614D6C: hue angle of 278.71º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614D6C is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9777108-
CMYK0.100.2900.58
HSL278.71º16.76%36.27%-
HSV(B)278.71º28.7%42.35%-
XYZ10.298.9315.37-
YUV86.51140.13135.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=34.40%
G=27.30%
B=38.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97771080.100.2900.58278.7116.7636.27
Hex614D6CA1D03A1171124
Octal14111515412350724272144
Binary110000110011011101100101011101011101010001011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,108); }

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

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

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

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

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

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

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