Html Css Color HEX #605777 Smoky

📋 copy color: '#605777'

red 96 ◦ green 87 ◦ blue 119

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

Shades of Smoky #605777

Tints of Smoky #605777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.81%

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

R = 31.79%
G = 28.81%
B = 39.4%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605777 (or 0x605777) is known color: Smoky. HEX triplet: 60, 57 and 77. RGB value is (96,87,119). Sum of RGB (Red+Green+Blue) = 96+87+119=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #605777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605777 is #9FA888. Grayscale: #5D5D5D. Windows color (decimal): -10463369 or 7821152. OLE color: 7821152.

HSL color Cylindrical-coordinate representation of color #605777: hue angle of 256.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #605777 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 87 119 -
CMYK 0.19 0.27 0 0.53
HSL 256.88º 0.16% 0.4% -
HSV(B) 256.88º 0.27% 0.47% -
XYZ 11.56 10.64 18.9 -
YUV 93.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 96 87 119 0.19 0.27 0 0.53 256.88 0.16 0.4
Hex 60 57 77 13 1B 0 35 101 10 28
Octal 140 127 167 23 33 0 65 401 20 50
Binary 1100000 1010111 1110111 10011 11011 0 110101 100000001 10000 101000

Color Harmonies of #605777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605777

Black with #605777

Text Example


Text Example

White with #605777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605777; }

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

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

background-color css

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

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

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

border-color css

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

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

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