#614660

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

Shades of Fedora #614660

Tints of Fedora #614660

Color information

#614660 (or 0x614660) is unknown color: approx Fedora. HEX triplet: 61, 46 and 60. RGB value is (97,70,96). Sum of RGB (Red+Green+Blue) = 97+70+96=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #614660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614660 is #9EB99F. Grayscale: #505050. Windows color (decimal): -10402208 or 6309473. OLE color: 6309473.

HSL color Cylindrical-coordinate representation of color #614660: hue angle of 302.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614660 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB977096-
CMYK00.280.010.62
HSL302.22º16.17%32.75%-
HSV(B)302.22º27.84%38.04%-
XYZ9.237.7712.08-
YUV81.04136.45139.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=36.88%
G=26.62%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97709600.280.010.62302.2216.1732.75
Hex61466001C13E12e1021
Octal1411061400341764562041
Binary110000110001101100000011100111111010010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614660; }

 p { color: rgb(97,70,96); }

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

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

 a { background-color: rgb(97,70,96); }

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

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

 span { border-color: rgb(97,70,96); }

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