#605C61

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

Shades of Fedora #605C61

Tints of Fedora #605C61

Color information

#605C61 (or 0x605C61) is unknown color: approx Fedora. HEX triplet: 60, 5C and 61. RGB value is (96,92,97). Sum of RGB (Red+Green+Blue) = 96+92+97=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 97 - color contains mainly: blue. Hex color #605C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C61 is #9FA39E. Grayscale: #5D5D5D. Windows color (decimal): -10462111 or 6380640. OLE color: 6380640.

HSL color Cylindrical-coordinate representation of color #605C61: hue angle of 288º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #605C61 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB969297-
CMYK0.010.0500.62
HSL288º2.65%37.06%-
HSV(B)288º5.15%38.04%-
XYZ10.811112.86-
YUV93.77129.83129.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=33.68%
G=32.28%
B=34.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9692970.010.0500.622882.6537.06
Hex605C611503E120325
Octal14013414115076440345
Binary1100000101110011000011101011111010010000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605C61; }

 p { color: rgb(96,92,97); }

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

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

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

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

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

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

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