#605A74

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

Shades of Smoky #605A74

Tints of Smoky #605A74

Color information

#605A74 (or 0x605A74) is unknown color: approx Smoky. HEX triplet: 60, 5A and 74. RGB value is (96,90,116). Sum of RGB (Red+Green+Blue) = 96+90+116=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #605A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A74 is #9FA58B. Grayscale: #5E5E5E. Windows color (decimal): -10462604 or 7625312. OLE color: 7625312.

HSL color Cylindrical-coordinate representation of color #605A74: hue angle of 253.85º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605A74 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9690116-
CMYK0.170.2200.55
HSL253.85º12.62%40.39%-
HSV(B)253.85º22.41%45.49%-
XYZ11.6311.0618.04-
YUV94.76139.99128.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=31.79%
G=29.80%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96901160.170.2200.55253.8512.6240.39
Hex605A741116037fed28
Octal14013216421260673761550
Binary11000001011010111010010001101100110111111111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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