#605970

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

Shades of Smoky #605970

Tints of Smoky #605970

Color information

#605970 (or 0x605970) is unknown color: approx Smoky. HEX triplet: 60, 59 and 70. RGB value is (96,89,112). Sum of RGB (Red+Green+Blue) = 96+89+112=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #605970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605970 is #9FA68F. Grayscale: #5D5D5D. Windows color (decimal): -10462864 or 7362912. OLE color: 7362912.

HSL color Cylindrical-coordinate representation of color #605970: hue angle of 258.26º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #605970 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9689112-
CMYK0.140.2100.56
HSL258.26º11.44%39.41%-
HSV(B)258.26º20.54%43.92%-
XYZ11.3210.816.82-
YUV93.72138.32129.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=32.32%
G=29.97%
B=37.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96891120.140.2100.56258.2611.4439.41
Hex605970E15038102b27
Octal14013116016250704021347
Binary11000001011001111000011101010101110001000000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605970; }

 p { color: rgb(96,89,112); }

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

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

 a { background-color: rgb(96,89,112); }

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

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

 span { border-color: rgb(96,89,112); }

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