#605875

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

Shades of Smoky #605875

Tints of Smoky #605875

Color information

#605875 (or 0x605875) is unknown color: approx Smoky. HEX triplet: 60, 58 and 75. RGB value is (96,88,117). Sum of RGB (Red+Green+Blue) = 96+88+117=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #605875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605875 is #9FA78A. Grayscale: #5D5D5D. Windows color (decimal): -10463115 or 7690336. OLE color: 7690336.

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

Color convert

RGB9688117-
CMYK0.180.2500.54
HSL256.55º14.15%40.2%-
HSV(B)256.55º24.79%45.88%-
XYZ11.5210.7518.3-
YUV93.7141.15129.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=31.89%
G=29.24%
B=38.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96881170.180.2500.54256.5514.1540.2
Hex6058751219036101e28
Octal14013016522310664011650
Binary110000010110001110101100101100101101101000000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605875; }

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

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

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

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

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

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

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

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