Html Css Color HEX #605477 Smoky

📋 copy color: '#605477'

red 96 ◦ green 84 ◦ blue 119

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

Shades of Smoky #605477

Tints of Smoky #605477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 32.11%
G = 28.09%
B = 39.8%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605477 (or 0x605477) is known color: Smoky. HEX triplet: 60, 54 and 77. RGB value is (96,84,119). Sum of RGB (Red+Green+Blue) = 96+84+119=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #605477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605477 is #9FAB88. Grayscale: #5B5B5B. Windows color (decimal): -10464137 or 7820384. OLE color: 7820384.

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

Color convert

RGB 96 84 119 -
CMYK 0.19 0.29 0 0.53
HSL 260.57º 0.17% 0.4% -
HSV(B) 260.57º 0.29% 0.47% -
XYZ 11.32 10.16 18.82 -
YUV 91.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 96 84 119 0.19 0.29 0 0.53 260.57 0.17 0.4
Hex 60 54 77 13 1D 0 35 105 11 28
Octal 140 124 167 23 35 0 65 405 21 50
Binary 1100000 1010100 1110111 10011 11101 0 110101 100000101 10001 101000

Color Harmonies of #605477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605477

Black with #605477

Text Example


Text Example

White with #605477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605477; }

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

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

background-color css

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

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

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

border-color css

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

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

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