#604963

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

Shades of Fedora #604963

Tints of Fedora #604963

Color information

#604963 (or 0x604963) is unknown color: approx Fedora. HEX triplet: 60, 49 and 63. RGB value is (96,73,99). Sum of RGB (Red+Green+Blue) = 96+73+99=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 73 (28.91% from 255 or 27.24% 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 #604963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604963 is #9FB69C. Grayscale: #525252. Windows color (decimal): -10466973 or 6506848. OLE color: 6506848.

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

Color convert

RGB967399-
CMYK0.030.2600.61
HSL293.08º15.12%33.73%-
HSV(B)293.08º26.26%38.82%-
XYZ9.468.1512.88-
YUV82.84137.12137.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=35.82%
G=27.24%
B=36.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9673990.030.2600.61293.0815.1233.73
Hex60496331A03D125f22
Octal1401111433320754451742
Binary110000010010011100011111101001111011001001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604963; }

 p { color: rgb(96,73,99); }

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

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

 a { background-color: rgb(96,73,99); }

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

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

 span { border-color: rgb(96,73,99); }

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