#605660

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

Shades of Fedora #605660

Tints of Fedora #605660

Color information

#605660 (or 0x605660) is unknown color: approx Fedora. HEX triplet: 60, 56 and 60. RGB value is (96,86,96). Sum of RGB (Red+Green+Blue) = 96+86+96=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605660 is #9FA99F. Grayscale: #5A5A5A. Windows color (decimal): -10463648 or 6313568. OLE color: 6313568.

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

Color convert

RGB968696-
CMYK00.1000.62
HSL300º5.49%35.69%-
HSV(B)300º10.42%37.65%-
XYZ10.269.9912.45-
YUV90.13131.31132.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=34.53%
G=30.94%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96869600.1000.623005.4935.69
Hex6056600A03E12c524
Octal140126140012076454544
Binary110000010101101100000010100111110100101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605660; }

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

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

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

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

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

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

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

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