#605973

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

Shades of Smoky #605973

Tints of Smoky #605973

Color information

#605973 (or 0x605973) is unknown color: approx Smoky. HEX triplet: 60, 59 and 73. RGB value is (96,89,115). Sum of RGB (Red+Green+Blue) = 96+89+115=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #605973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605973 is #9FA68C. Grayscale: #5D5D5D. Windows color (decimal): -10462861 or 7559520. OLE color: 7559520.

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

Color convert

RGB9689115-
CMYK0.170.2300.55
HSL256.15º12.75%40%-
HSV(B)256.15º22.61%45.1%-
XYZ11.4910.8717.71-
YUV94.06139.82129.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=32%
G=29.67%
B=38.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96891150.170.2300.55256.1512.7540
Hex6059731117037100d28
Octal14013116321270674001550
Binary110000010110011110011100011011101101111000000001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605973; }

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

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

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

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

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

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

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

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