Html Css Color HEX #605A77 Smoky

📋 copy color: '#605A77'

red 96 ◦ green 90 ◦ blue 119

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

Shades of Smoky #605A77

Tints of Smoky #605A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.02%

R = 31.48%
G = 29.51%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605A77 (or 0x605A77) is known color: Smoky. HEX triplet: 60, 5A and 77. RGB value is (96,90,119). Sum of RGB (Red+Green+Blue) = 96+90+119=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #605A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A77 is #9FA588. Grayscale: #5E5E5E. Windows color (decimal): -10462601 or 7821920. OLE color: 7821920.

HSL color Cylindrical-coordinate representation of color #605A77: hue angle of 252.41º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605A77 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 90 119 -
CMYK 0.19 0.24 0 0.53
HSL 252.41º 0.14% 0.41% -
HSV(B) 252.41º 0.24% 0.47% -
XYZ 11.81 11.13 18.98 -
YUV 95.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 96 90 119 0.19 0.24 0 0.53 252.41 0.14 0.41
Hex 60 5A 77 13 18 0 35 FC E 29
Octal 140 132 167 23 30 0 65 374 16 51
Binary 1100000 1011010 1110111 10011 11000 0 110101 11111100 1110 101001

Color Harmonies of #605A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A77

Black with #605A77

Text Example


Text Example

White with #605A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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