Html Css Color HEX #605C76 Smoky

📋 copy color: '#605C76'

red 96 ◦ green 92 ◦ blue 118

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

Shades of Smoky #605C76

Tints of Smoky #605C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 31.37%
G = 30.07%
B = 38.56%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#605C76 (or 0x605C76) is known color: Smoky. HEX triplet: 60, 5C and 76. RGB value is (96,92,118). Sum of RGB (Red+Green+Blue) = 96+92+118=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #605C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C76 is #9FA389. Grayscale: #606060. Windows color (decimal): -10462090 or 7756896. OLE color: 7756896.

HSL color Cylindrical-coordinate representation of color #605C76: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605C76 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 92 118 -
CMYK 0.19 0.22 0 0.54
HSL 249.23º 0.12% 0.41% -
HSV(B) 249.23º 0.22% 0.46% -
XYZ 11.92 11.45 18.72 -
YUV 96.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 96 92 118 0.19 0.22 0 0.54 249.23 0.12 0.41
Hex 60 5C 76 13 16 0 36 F9 C 29
Octal 140 134 166 23 26 0 66 371 14 51
Binary 1100000 1011100 1110110 10011 10110 0 110110 11111001 1100 101001

Color Harmonies of #605C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C76

Black with #605C76

Text Example


Text Example

White with #605C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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