#614E6B

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

Shades of Fedora #614E6B

Tints of Fedora #614E6B

Color information

#614E6B (or 0x614E6B) is unknown color: approx Fedora. HEX triplet: 61, 4E and 6B. RGB value is (97,78,107). Sum of RGB (Red+Green+Blue) = 97+78+107=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #614E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E6B is #9EB194. Grayscale: #565656. Windows color (decimal): -10400149 or 7032417. OLE color: 7032417.

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

Color convert

RGB9778107-
CMYK0.090.2700.58
HSL279.31º15.68%36.27%-
HSV(B)279.31º27.1%41.96%-
XYZ10.319.0515.11-
YUV86.99139.29135.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=34.40%
G=27.66%
B=37.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97781070.090.2700.58279.3115.6836.27
Hex614E6B91B03A1171024
Octal14111615311330724272044
Binary110000110011101101011100111011011101010001011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,78,107); }

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

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

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

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

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

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

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