Html Css Color HEX #605676 Smoky

📋 copy color: '#605676'

red 96 ◦ green 86 ◦ blue 118

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

Shades of Smoky #605676

Tints of Smoky #605676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 32%
G = 28.67%
B = 39.33%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#605676 (or 0x605676) is known color: Smoky. HEX triplet: 60, 56 and 76. RGB value is (96,86,118). Sum of RGB (Red+Green+Blue) = 96+86+118=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #605676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605676 is #9FA989. Grayscale: #5C5C5C. Windows color (decimal): -10463626 or 7755360. OLE color: 7755360.

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

Color convert

RGB 96 86 118 -
CMYK 0.19 0.27 0 0.54
HSL 258.75º 0.16% 0.4% -
HSV(B) 258.75º 0.27% 0.46% -
XYZ 11.42 10.45 18.55 -
YUV 92.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 96 86 118 0.19 0.27 0 0.54 258.75 0.16 0.4
Hex 60 56 76 13 1B 0 36 103 10 28
Octal 140 126 166 23 33 0 66 403 20 50
Binary 1100000 1010110 1110110 10011 11011 0 110110 100000011 10000 101000

Color Harmonies of #605676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605676

Black with #605676

Text Example


Text Example

White with #605676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605676; }

 p { color: rgb(96,86,118); }

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

background-color css

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

 a { background-color: rgb(96,86,118); }

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

border-color css

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

 span { border-color: rgb(96,86,118); }

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