#614763

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

Shades of Fedora #614763

Tints of Fedora #614763

Color information

#614763 (or 0x614763) is unknown color: approx Fedora. HEX triplet: 61, 47 and 63. RGB value is (97,71,99). Sum of RGB (Red+Green+Blue) = 97+71+99=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #614763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614763 is #9EB89C. Grayscale: #515151. Windows color (decimal): -10401949 or 6506337. OLE color: 6506337.

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

Color convert

RGB977199-
CMYK0.020.2800.61
HSL295.71º16.47%33.33%-
HSV(B)295.71º28.28%38.82%-
XYZ9.447.9512.84-
YUV81.97137.61138.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=36.33%
G=26.59%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9771990.020.2800.61295.7116.4733.33
Hex61476321C03D1281021
Octal1411071432340754502041
Binary1100001100011111000111011100011110110010100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614763; }

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

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

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

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

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

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

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

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