#605E6B

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

Shades of Smoky #605E6B

Tints of Smoky #605E6B

Color information

#605E6B (or 0x605E6B) is unknown color: approx Smoky. HEX triplet: 60, 5E and 6B. RGB value is (96,94,107). Sum of RGB (Red+Green+Blue) = 96+94+107=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: blue. Hex color #605E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E6B is #9FA194. Grayscale: #606060. Windows color (decimal): -10461589 or 7036512. OLE color: 7036512.

HSL color Cylindrical-coordinate representation of color #605E6B: hue angle of 249.23º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605E6B is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9694107-
CMYK0.100.1200.58
HSL249.23º6.47%39.41%-
HSV(B)249.23º12.15%41.96%-
XYZ11.4811.5515.53-
YUV96.08134.16127.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=32.32%
G=31.65%
B=36.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96941070.100.1200.58249.236.4739.41
Hex605E6BAC03Af9627
Octal1401361531214072371647
Binary11000001011110110101110101100011101011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,107); }

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

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

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

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

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

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

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