Html Css Color HEX #605974 Smoky

📋 copy color: '#605974'

red 96 ◦ green 89 ◦ blue 116

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

Shades of Smoky #605974

Tints of Smoky #605974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 31.89%
G = 29.57%
B = 38.54%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#605974 (or 0x605974) is known color: Smoky. HEX triplet: 60, 59 and 74. RGB value is (96,89,116). Sum of RGB (Red+Green+Blue) = 96+89+116=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #605974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605974 is #9FA68B. Grayscale: #5E5E5E. Windows color (decimal): -10462860 or 7625056. OLE color: 7625056.

HSL color Cylindrical-coordinate representation of color #605974: hue angle of 255.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605974 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 89 116 -
CMYK 0.17 0.23 0 0.55
HSL 255.56º 0.13% 0.4% -
HSV(B) 255.56º 0.23% 0.45% -
XYZ 11.55 10.89 18.02 -
YUV 94.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 96 89 116 0.17 0.23 0 0.55 255.56 0.13 0.4
Hex 60 59 74 11 17 0 37 100 D 28
Octal 140 131 164 21 27 0 67 400 15 50
Binary 1100000 1011001 1110100 10001 10111 0 110111 100000000 1101 101000

Color Harmonies of #605974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605974

Black with #605974

Text Example


Text Example

White with #605974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605974; }

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

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

background-color css

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

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

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

border-color css

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

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

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