#605964

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

Shades of Fedora #605964

Tints of Fedora #605964

Color information

#605964 (or 0x605964) is unknown color: approx Fedora. HEX triplet: 60, 59 and 64. RGB value is (96,89,100). Sum of RGB (Red+Green+Blue) = 96+89+100=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 100 - color contains mainly: blue. Hex color #605964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605964 is #9FA69B. Grayscale: #5C5C5C. Windows color (decimal): -10462876 or 6576480. OLE color: 6576480.

HSL color Cylindrical-coordinate representation of color #605964: hue angle of 278.18º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #605964 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9689100-
CMYK0.040.1100.61
HSL278.18º5.82%37.06%-
HSV(B)278.18º11%39.22%-
XYZ10.710.5513.53-
YUV92.35132.32130.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=33.68%
G=31.23%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96891000.040.1100.61278.185.8237.06
Hex6059644B03D116625
Octal140131144413075426645
Binary11000001011001110010010010110111101100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605964; }

 p { color: rgb(96,89,100); }

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

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

 a { background-color: rgb(96,89,100); }

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

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

 span { border-color: rgb(96,89,100); }

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