#605775

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

Shades of Smoky #605775

Tints of Smoky #605775

Color information

#605775 (or 0x605775) is unknown color: approx Smoky. HEX triplet: 60, 57 and 75. RGB value is (96,87,117). Sum of RGB (Red+Green+Blue) = 96+87+117=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #605775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605775 is #9FA88A. Grayscale: #5D5D5D. Windows color (decimal): -10463371 or 7690080. OLE color: 7690080.

HSL color Cylindrical-coordinate representation of color #605775: hue angle of 258º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605775 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9687117-
CMYK0.180.2600.54
HSL258º14.71%40%-
HSV(B)258º25.64%45.88%-
XYZ11.4410.5918.27-
YUV93.11141.48130.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 117 (46.09% from 255) = 39%
R=32%
G=29%
B=39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96871170.180.2600.5425814.7140
Hex605775121A036102f28
Octal14012716522320664021750
Binary110000010101111110101100101101001101101000000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605775; }

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

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

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

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

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

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

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

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