Html Css Color HEX #605973 Smoky

📋 copy color: '#605973'

red 96 ◦ green 89 ◦ blue 115

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

Shades of Smoky #605973

Tints of Smoky #605973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 32%
G = 29.67%
B = 38.33%

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

#605973 (or 0x605973) is known color: Smoky. HEX triplet: 60, 59 and 73. RGB value is (96,89,115). Sum of RGB (Red+Green+Blue) = 96+89+115=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #605973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605973 is #9FA68C. Grayscale: #5D5D5D. Windows color (decimal): -10462861 or 7559520. OLE color: 7559520.

HSL color Cylindrical-coordinate representation of color #605973: hue angle of 256.15º 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 #605973 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 89 115 -
CMYK 0.17 0.23 0 0.55
HSL 256.15º 0.13% 0.4% -
HSV(B) 256.15º 0.23% 0.45% -
XYZ 11.49 10.87 17.71 -
YUV 94.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 96 89 115 0.17 0.23 0 0.55 256.15 0.13 0.4
Hex 60 59 73 11 17 0 37 100 D 28
Octal 140 131 163 21 27 0 67 400 15 50
Binary 1100000 1011001 1110011 10001 10111 0 110111 100000000 1101 101000

Color Harmonies of #605973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605973

Black with #605973

Text Example


Text Example

White with #605973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605973; }

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

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

background-color css

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

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

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

border-color css

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

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

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