#604762

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

Shades of Fedora #604762

Tints of Fedora #604762

Color information

#604762 (or 0x604762) is unknown color: approx Fedora. HEX triplet: 60, 47 and 62. RGB value is (96,71,98). Sum of RGB (Red+Green+Blue) = 96+71+98=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #604762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604762 is #9FB89D. Grayscale: #515151. Windows color (decimal): -10467486 or 6440800. OLE color: 6440800.

HSL color Cylindrical-coordinate representation of color #604762: hue angle of 295.56º 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 #604762 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB967198-
CMYK0.020.2800.62
HSL295.56º15.98%33.14%-
HSV(B)295.56º27.55%38.43%-
XYZ9.287.8812.59-
YUV81.55137.28138.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=36.23%
G=26.79%
B=36.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9671980.020.2800.62295.5615.9833.14
Hex60476221C03E1281021
Octal1401071422340764502041
Binary1100000100011111000101011100011111010010100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604762; }

 p { color: rgb(96,71,98); }

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

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

 a { background-color: rgb(96,71,98); }

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

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

 span { border-color: rgb(96,71,98); }

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