#614E62

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

Shades of Fedora #614E62

Tints of Fedora #614E62

Color information

#614E62 (or 0x614E62) is unknown color: approx Fedora. HEX triplet: 61, 4E and 62. RGB value is (97,78,98). Sum of RGB (Red+Green+Blue) = 97+78+98=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #614E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E62 is #9EB19D. Grayscale: #555555. Windows color (decimal): -10400158 or 6442593. OLE color: 6442593.

HSL color Cylindrical-coordinate representation of color #614E62: hue angle of 297º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #614E62 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB977898-
CMYK0.010.2000.62
HSL297º11.36%34.51%-
HSV(B)297º20.41%38.43%-
XYZ9.868.8712.75-
YUV85.96134.79135.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=35.53%
G=28.57%
B=35.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9778980.010.2000.6229711.3634.51
Hex614E6211403E129b23
Octal1411161421240764511343
Binary11000011001110110001011010001111101001010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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