Html Css Color HEX #605D6C Smoky

📋 copy color: '#605D6C'

red 96 ◦ green 93 ◦ blue 108

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

Shades of Smoky #605D6C

Tints of Smoky #605D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

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

R = 32.32%
G = 31.31%
B = 36.36%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#605D6C (or 0x605D6C) is known color: Smoky. HEX triplet: 60, 5D and 6C. RGB value is (96,93,108). Sum of RGB (Red+Green+Blue) = 96+93+108=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: blue. Hex color #605D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D6C is #9FA293. Grayscale: #5F5F5F. Windows color (decimal): -10461844 or 7101792. OLE color: 7101792.

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

Color convert

RGB 96 93 108 -
CMYK 0.11 0.14 0 0.58
HSL 252º 0.07% 0.39% -
HSV(B) 252º 0.14% 0.42% -
XYZ 11.45 11.4 15.78 -
YUV 95.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 96 93 108 0.11 0.14 0 0.58 252 0.07 0.39
Hex 60 5D 6C B E 0 3A FC 7 27
Octal 140 135 154 13 16 0 72 374 7 47
Binary 1100000 1011101 1101100 1011 1110 0 111010 11111100 111 100111

Color Harmonies of #605D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D6C

Black with #605D6C

Text Example


Text Example

White with #605D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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