Html Css Color HEX #605479 Smoky

📋 copy color: '#605479'

red 96 ◦ green 84 ◦ blue 121

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

Shades of Smoky #605479

Tints of Smoky #605479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 31.89%
G = 27.91%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605479 (or 0x605479) is known color: Smoky. HEX triplet: 60, 54 and 79. RGB value is (96,84,121). Sum of RGB (Red+Green+Blue) = 96+84+121=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #605479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605479 is #9FAB86. Grayscale: #5B5B5B. Windows color (decimal): -10464135 or 7951456. OLE color: 7951456.

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

Color convert

RGB 96 84 121 -
CMYK 0.21 0.31 0 0.53
HSL 259.46º 0.18% 0.4% -
HSV(B) 259.46º 0.31% 0.47% -
XYZ 11.45 10.21 19.46 -
YUV 91.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 96 84 121 0.21 0.31 0 0.53 259.46 0.18 0.4
Hex 60 54 79 15 1F 0 35 103 12 28
Octal 140 124 171 25 37 0 65 403 22 50
Binary 1100000 1010100 1111001 10101 11111 0 110101 100000011 10010 101000

Color Harmonies of #605479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605479

Black with #605479

Text Example


Text Example

White with #605479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605479; }

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

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

background-color css

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

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

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

border-color css

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

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

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