#605A62

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

Shades of Fedora #605A62

Tints of Fedora #605A62

Color information

#605A62 (or 0x605A62) is unknown color: approx Fedora. HEX triplet: 60, 5A and 62. RGB value is (96,90,98). Sum of RGB (Red+Green+Blue) = 96+90+98=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 98 - color contains mainly: blue. Hex color #605A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A62 is #9FA59D. Grayscale: #5C5C5C. Windows color (decimal): -10462622 or 6445664. OLE color: 6445664.

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

Color convert

RGB969098-
CMYK0.020.0800.62
HSL285º4.26%36.86%-
HSV(B)285º8.16%38.43%-
XYZ10.6810.6813.05-
YUV92.71130.99130.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=33.80%
G=31.69%
B=34.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9690980.020.0800.622854.2636.86
Hex605A622803E11d425
Octal140132142210076435445
Binary1100000101101011000101010000111110100011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,90,98); }

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

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

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

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

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

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

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