#614965

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

Shades of Fedora #614965

Tints of Fedora #614965

Color information

#614965 (or 0x614965) is unknown color: approx Fedora. HEX triplet: 61, 49 and 65. RGB value is (97,73,101). Sum of RGB (Red+Green+Blue) = 97+73+101=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #614965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614965 is #9EB69A. Grayscale: #535353. Windows color (decimal): -10401435 or 6637921. OLE color: 6637921.

HSL color Cylindrical-coordinate representation of color #614965: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614965 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9773101-
CMYK0.040.2800.60
HSL291.43º16.09%34.12%-
HSV(B)291.43º27.72%39.61%-
XYZ9.668.2513.39-
YUV83.37137.95137.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=35.79%
G=26.94%
B=37.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97731010.040.2800.60291.4316.0934.12
Hex61496541C03C1231022
Octal1411111454340744432042
Binary11000011001001110010110011100011110010010001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614965; }

 p { color: rgb(97,73,101); }

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

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

 a { background-color: rgb(97,73,101); }

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

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

 span { border-color: rgb(97,73,101); }

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