Html Css Color HEX #605D70 Smoky

📋 copy color: '#605D70'

red 96 ◦ green 93 ◦ blue 112

#605D70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #605D70

Tints of Smoky #605D70

RGB

 RED value IS 96 (37.89% from 255) = 31.89%

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 31.89%
G = 30.9%
B = 37.21%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#605D70 (or 0x605D70) is known color: Smoky. HEX triplet: 60, 5D and 70. RGB value is (96,93,112). Sum of RGB (Red+Green+Blue) = 96+93+112=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #605D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D70 is #9FA28F. Grayscale: #5F5F5F. Windows color (decimal): -10461840 or 7363936. OLE color: 7363936.

HSL color Cylindrical-coordinate representation of color #605D70: hue angle of 249.47º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605D70 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 93 112 -
CMYK 0.14 0.17 0 0.56
HSL 249.47º 0.09% 0.4% -
HSV(B) 249.47º 0.17% 0.44% -
XYZ 11.66 11.49 16.93 -
YUV 96.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 96 93 112 0.14 0.17 0 0.56 249.47 0.09 0.4
Hex 60 5D 70 E 11 0 38 F9 9 28
Octal 140 135 160 16 21 0 70 371 11 50
Binary 1100000 1011101 1110000 1110 10001 0 111000 11111001 1001 101000

Color Harmonies of #605D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D70

Black with #605D70

Text Example


Text Example

White with #605D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #605D70;
 }
 .AnyTagClassName
 {
   color: #605D70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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