#605E6E

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

Shades of Smoky #605E6E

Tints of Smoky #605E6E

Color information

#605E6E (or 0x605E6E) is unknown color: approx Smoky. HEX triplet: 60, 5E and 6E. RGB value is (96,94,110). Sum of RGB (Red+Green+Blue) = 96+94+110=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #605E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E6E is #9FA191. Grayscale: #606060. Windows color (decimal): -10461586 or 7233120. OLE color: 7233120.

HSL color Cylindrical-coordinate representation of color #605E6E: hue angle of 247.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605E6E is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9694110-
CMYK0.130.1500.57
HSL247.5º7.84%40%-
HSV(B)247.5º14.55%43.14%-
XYZ11.6411.6216.38-
YUV96.42135.66127.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 94 (37.11% from 255) = 31.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=32%
G=31.33%
B=36.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96941100.130.1500.57247.57.8440
Hex605E6EDF039f8828
Octal14013615615170713701050
Binary110000010111101101110110111110111001111110001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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