#605B61

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

Shades of Fedora #605B61

Tints of Fedora #605B61

Color information

#605B61 (or 0x605B61) is unknown color: approx Fedora. HEX triplet: 60, 5B and 61. RGB value is (96,91,97). Sum of RGB (Red+Green+Blue) = 96+91+97=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 97 - color contains mainly: blue. Hex color #605B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B61 is #9FA49E. Grayscale: #5D5D5D. Windows color (decimal): -10462367 or 6380384. OLE color: 6380384.

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

Color convert

RGB969197-
CMYK0.010.0600.62
HSL290º3.19%36.86%-
HSV(B)290º6.19%38.04%-
XYZ10.7210.8312.83-
YUV93.18130.16130.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=33.80%
G=32.04%
B=34.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9691970.010.0600.622903.1936.86
Hex605B611603E122325
Octal14013314116076442345
Binary1100000101101111000011110011111010010001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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