#614E6C

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

Shades of Fedora #614E6C

Tints of Fedora #614E6C

Color information

#614E6C (or 0x614E6C) is unknown color: approx Fedora. HEX triplet: 61, 4E and 6C. RGB value is (97,78,108). Sum of RGB (Red+Green+Blue) = 97+78+108=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #614E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E6C is #9EB193. Grayscale: #565656. Windows color (decimal): -10400148 or 7097953. OLE color: 7097953.

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

Color convert

RGB9778108-
CMYK0.100.2800.58
HSL278º16.13%36.47%-
HSV(B)278º27.78%42.35%-
XYZ10.369.0715.39-
YUV87.1139.79135.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=34.28%
G=27.56%
B=38.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97781080.100.2800.5827816.1336.47
Hex614E6CA1C03A1161024
Octal14111615412340724262044
Binary110000110011101101100101011100011101010001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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