#614765

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

Shades of Fedora #614765

Tints of Fedora #614765

Color information

#614765 (or 0x614765) is unknown color: approx Fedora. HEX triplet: 61, 47 and 65. RGB value is (97,71,101). Sum of RGB (Red+Green+Blue) = 97+71+101=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #614765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614765 is #9EB89A. Grayscale: #525252. Windows color (decimal): -10401947 or 6637409. OLE color: 6637409.

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

Color convert

RGB9771101-
CMYK0.040.3000.60
HSL292º17.44%33.73%-
HSV(B)292º29.7%39.61%-
XYZ9.537.9913.35-
YUV82.19138.61138.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=36.06%
G=26.39%
B=37.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97711010.040.3000.6029217.4433.73
Hex61476541E03C1241122
Octal1411071454360744442142
Binary11000011000111110010110011110011110010010010010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614765; }

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

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

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

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

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

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

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

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