#614A65

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

Shades of Fedora #614A65

Tints of Fedora #614A65

Color information

#614A65 (or 0x614A65) is unknown color: approx Fedora. HEX triplet: 61, 4A and 65. RGB value is (97,74,101). Sum of RGB (Red+Green+Blue) = 97+74+101=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #614A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A65 is #9EB59A. Grayscale: #535353. Windows color (decimal): -10401179 or 6638177. OLE color: 6638177.

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

Color convert

RGB9774101-
CMYK0.040.2700.60
HSL291.11º15.43%34.31%-
HSV(B)291.11º26.73%39.61%-
XYZ9.738.3813.42-
YUV83.96137.62137.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=35.66%
G=27.21%
B=37.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97741010.040.2700.60291.1115.4334.31
Hex614A6541B03C123f22
Octal1411121454330744431742
Binary1100001100101011001011001101101111001001000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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