#605774

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

Shades of Smoky #605774

Tints of Smoky #605774

Color information

#605774 (or 0x605774) is unknown color: approx Smoky. HEX triplet: 60, 57 and 74. RGB value is (96,87,116). Sum of RGB (Red+Green+Blue) = 96+87+116=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #605774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605774 is #9FA88B. Grayscale: #5C5C5C. Windows color (decimal): -10463372 or 7624544. OLE color: 7624544.

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

Color convert

RGB9687116-
CMYK0.170.2500.55
HSL258.62º14.29%39.8%-
HSV(B)258.62º25%45.49%-
XYZ11.3810.5617.96-
YUV93140.98130.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=32.11%
G=29.10%
B=38.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96871160.170.2500.55258.6214.2939.8
Hex6057741119037103e28
Octal14012716421310674031650
Binary110000010101111110100100011100101101111000000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605774; }

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

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

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

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

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

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

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

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