Html Css Color HEX #605C6C Smoky

📋 copy color: '#605C6C'

red 96 ◦ green 92 ◦ blue 108

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

Shades of Smoky #605C6C

Tints of Smoky #605C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 32.43%
G = 31.08%
B = 36.49%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#605C6C (or 0x605C6C) is known color: Smoky. HEX triplet: 60, 5C and 6C. RGB value is (96,92,108). Sum of RGB (Red+Green+Blue) = 96+92+108=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #605C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C6C is #9FA393. Grayscale: #5E5E5E. Windows color (decimal): -10462100 or 7101536. OLE color: 7101536.

HSL color Cylindrical-coordinate representation of color #605C6C: hue angle of 255º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605C6C is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 92 108 -
CMYK 0.11 0.15 0 0.58
HSL 255º 0.08% 0.39% -
HSV(B) 255º 0.15% 0.42% -
XYZ 11.36 11.22 15.76 -
YUV 95.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 96 92 108 0.11 0.15 0 0.58 255 0.08 0.39
Hex 60 5C 6C B F 0 3A FF 8 27
Octal 140 134 154 13 17 0 72 377 10 47
Binary 1100000 1011100 1101100 1011 1111 0 111010 11111111 1000 100111

Color Harmonies of #605C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C6C

Black with #605C6C

Text Example


Text Example

White with #605C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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