#605870

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

Shades of Smoky #605870

Tints of Smoky #605870

Color information

#605870 (or 0x605870) is unknown color: approx Smoky. HEX triplet: 60, 58 and 70. RGB value is (96,88,112). Sum of RGB (Red+Green+Blue) = 96+88+112=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #605870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605870 is #9FA78F. Grayscale: #5D5D5D. Windows color (decimal): -10463120 or 7362656. OLE color: 7362656.

HSL color Cylindrical-coordinate representation of color #605870: hue angle of 260º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #605870 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9688112-
CMYK0.140.2100.56
HSL260º12%39.22%-
HSV(B)260º21.43%43.92%-
XYZ11.2410.6416.79-
YUV93.13138.65130.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=32.43%
G=29.73%
B=37.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96881120.140.2100.562601239.22
Hex605870E15038104c27
Octal14013016016250704041447
Binary11000001011000111000011101010101110001000001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605870; }

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

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

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

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

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

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

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

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