Html Css Color HEX #605979 Smoky

📋 copy color: '#605979'

red 96 ◦ green 89 ◦ blue 121

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

Shades of Smoky #605979

Tints of Smoky #605979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 31.37%
G = 29.08%
B = 39.54%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605979 (or 0x605979) is known color: Smoky. HEX triplet: 60, 59 and 79. RGB value is (96,89,121). Sum of RGB (Red+Green+Blue) = 96+89+121=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #605979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605979 is #9FA686. Grayscale: #5E5E5E. Windows color (decimal): -10462855 or 7952736. OLE color: 7952736.

HSL color Cylindrical-coordinate representation of color #605979: hue angle of 253.12º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605979 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 89 121 -
CMYK 0.21 0.26 0 0.53
HSL 253.13º 0.15% 0.41% -
HSV(B) 253.13º 0.26% 0.47% -
XYZ 11.85 11.01 19.59 -
YUV 94.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 96 89 121 0.21 0.26 0 0.53 253.13 0.15 0.41
Hex 60 59 79 15 1A 0 35 FD F 29
Octal 140 131 171 25 32 0 65 375 17 51
Binary 1100000 1011001 1111001 10101 11010 0 110101 11111101 1111 101001

Color Harmonies of #605979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605979

Black with #605979

Text Example


Text Example

White with #605979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605979; }

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

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

background-color css

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

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

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

border-color css

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

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

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