#605460

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

Shades of Fedora #605460

Tints of Fedora #605460

Color information

#605460 (or 0x605460) is unknown color: approx Fedora. HEX triplet: 60, 54 and 60. RGB value is (96,84,96). Sum of RGB (Red+Green+Blue) = 96+84+96=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605460 is #9FAB9F. Grayscale: #585858. Windows color (decimal): -10464160 or 6313056. OLE color: 6313056.

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

Color convert

RGB968496-
CMYK00.1200.62
HSL300º6.67%35.29%-
HSV(B)300º12.5%37.65%-
XYZ10.119.6712.4-
YUV88.96131.98133.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=34.78%
G=30.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96849600.1200.623006.6735.29
Hex6054600C03E12c723
Octal140124140014076454743
Binary110000010101001100000011000111110100101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605460; }

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

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

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

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

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

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

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

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