#605A75

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

Shades of Smoky #605A75

Tints of Smoky #605A75

Color information

#605A75 (or 0x605A75) is unknown color: approx Smoky. HEX triplet: 60, 5A and 75. RGB value is (96,90,117). Sum of RGB (Red+Green+Blue) = 96+90+117=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #605A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A75 is #9FA58A. Grayscale: #5E5E5E. Windows color (decimal): -10462603 or 7690848. OLE color: 7690848.

HSL color Cylindrical-coordinate representation of color #605A75: hue angle of 253.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605A75 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9690117-
CMYK0.180.2300.54
HSL253.33º13.04%40.59%-
HSV(B)253.33º23.08%45.88%-
XYZ11.6911.0818.35-
YUV94.87140.49128.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=31.68%
G=29.70%
B=38.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96901170.180.2300.54253.3313.0440.59
Hex605A751217036fdd29
Octal14013216522270663751551
Binary11000001011010111010110010101110110110111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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