#614863

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

Shades of Fedora #614863

Tints of Fedora #614863

Color information

#614863 (or 0x614863) is unknown color: approx Fedora. HEX triplet: 61, 48 and 63. RGB value is (97,72,99). Sum of RGB (Red+Green+Blue) = 97+72+99=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #614863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614863 is #9EB79C. Grayscale: #525252. Windows color (decimal): -10401693 or 6506593. OLE color: 6506593.

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

Color convert

RGB977299-
CMYK0.020.2700.61
HSL295.56º15.79%33.53%-
HSV(B)295.56º27.27%38.82%-
XYZ9.58.0812.86-
YUV82.55137.28138.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=36.19%
G=26.87%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9772990.020.2700.61295.5615.7933.53
Hex61486321B03D1281022
Octal1411101432330754502042
Binary1100001100100011000111011011011110110010100010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614863; }

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

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

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

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

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

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

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

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