Html Css Color HEX #605A73 Smoky

📋 copy color: '#605A73'

red 96 ◦ green 90 ◦ blue 115

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

Shades of Smoky #605A73

Tints of Smoky #605A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

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

R = 31.89%
G = 29.9%
B = 38.21%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#605A73 (or 0x605A73) is known color: Smoky. HEX triplet: 60, 5A and 73. RGB value is (96,90,115). Sum of RGB (Red+Green+Blue) = 96+90+115=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #605A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A73 is #9FA58C. Grayscale: #5E5E5E. Windows color (decimal): -10462605 or 7559776. OLE color: 7559776.

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

Color convert

RGB 96 90 115 -
CMYK 0.17 0.22 0 0.55
HSL 254.4º 0.12% 0.4% -
HSV(B) 254.4º 0.22% 0.45% -
XYZ 11.57 11.04 17.74 -
YUV 94.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 96 90 115 0.17 0.22 0 0.55 254.4 0.12 0.4
Hex 60 5A 73 11 16 0 37 FE C 28
Octal 140 132 163 21 26 0 67 376 14 50
Binary 1100000 1011010 1110011 10001 10110 0 110111 11111110 1100 101000

Color Harmonies of #605A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A73

Black with #605A73

Text Example


Text Example

White with #605A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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