#614E69

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

Shades of Fedora #614E69

Tints of Fedora #614E69

Color information

#614E69 (or 0x614E69) is unknown color: approx Fedora. HEX triplet: 61, 4E and 69. RGB value is (97,78,105). Sum of RGB (Red+Green+Blue) = 97+78+105=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #614E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E69 is #9EB196. Grayscale: #565656. Windows color (decimal): -10400151 or 6901345. OLE color: 6901345.

HSL color Cylindrical-coordinate representation of color #614E69: hue angle of 282.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614E69 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9778105-
CMYK0.080.2600.59
HSL282.22º14.75%35.88%-
HSV(B)282.22º25.71%41.18%-
XYZ10.29.0114.57-
YUV86.76138.29135.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=34.64%
G=27.86%
B=37.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97781050.080.2600.59282.2214.7535.88
Hex614E6981A03B11af24
Octal14111615110320734321744
Binary11000011001110110100110001101001110111000110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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