Html Css Color HEX #605970 Smoky

📋 copy color: '#605970'

red 96 ◦ green 89 ◦ blue 112

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

Shades of Smoky #605970

Tints of Smoky #605970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.97%

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

R = 32.32%
G = 29.97%
B = 37.71%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#605970 (or 0x605970) is known color: Smoky. HEX triplet: 60, 59 and 70. RGB value is (96,89,112). Sum of RGB (Red+Green+Blue) = 96+89+112=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #605970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605970 is #9FA68F. Grayscale: #5D5D5D. Windows color (decimal): -10462864 or 7362912. OLE color: 7362912.

HSL color Cylindrical-coordinate representation of color #605970: hue angle of 258.26º degrees, saturation: 0.11, 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 #605970 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 89 112 -
CMYK 0.14 0.21 0 0.56
HSL 258.26º 0.11% 0.39% -
HSV(B) 258.26º 0.21% 0.44% -
XYZ 11.32 10.8 16.82 -
YUV 93.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 96 89 112 0.14 0.21 0 0.56 258.26 0.11 0.39
Hex 60 59 70 E 15 0 38 102 B 27
Octal 140 131 160 16 25 0 70 402 13 47
Binary 1100000 1011001 1110000 1110 10101 0 111000 100000010 1011 100111

Color Harmonies of #605970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605970

Black with #605970

Text Example


Text Example

White with #605970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605970; }

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

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

background-color css

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

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

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

border-color css

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

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

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