#605060

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

Shades of Fedora #605060

Tints of Fedora #605060

Color information

#605060 (or 0x605060) is unknown color: approx Fedora. HEX triplet: 60, 50 and 60. RGB value is (96,80,96). Sum of RGB (Red+Green+Blue) = 96+80+96=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605060 is #9FAF9F. Grayscale: #565656. Windows color (decimal): -10465184 or 6312032. OLE color: 6312032.

HSL color Cylindrical-coordinate representation of color #605060: hue angle of 300º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605060 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB968096-
CMYK00.1700.62
HSL300º9.09%34.51%-
HSV(B)300º16.67%37.65%-
XYZ9.89.0712.3-
YUV86.61133.3134.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=35.29%
G=29.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96809600.1700.623009.0934.51
Hex60506001103E12c923
Octal1401201400210764541143
Binary11000001010000110000001000101111101001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605060; }

 p { color: rgb(96,80,96); }

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

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

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

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

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

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

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