Html Css Color HEX #605D6A Smoky

📋 copy color: '#605D6A'

red 96 ◦ green 93 ◦ blue 106

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

Shades of Smoky #605D6A

Tints of Smoky #605D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 32.54%
G = 31.53%
B = 35.93%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#605D6A (or 0x605D6A) is known color: Smoky. HEX triplet: 60, 5D and 6A. RGB value is (96,93,106). Sum of RGB (Red+Green+Blue) = 96+93+106=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #605D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D6A is #9FA295. Grayscale: #5F5F5F. Windows color (decimal): -10461846 or 6970720. OLE color: 6970720.

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

Color convert

RGB 96 93 106 -
CMYK 0.09 0.12 0 0.58
HSL 253.85º 0.07% 0.39% -
HSV(B) 253.85º 0.12% 0.42% -
XYZ 11.34 11.36 15.23 -
YUV 95.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 96 93 106 0.09 0.12 0 0.58 253.85 0.07 0.39
Hex 60 5D 6A 9 C 0 3A FE 7 27
Octal 140 135 152 11 14 0 72 376 7 47
Binary 1100000 1011101 1101010 1001 1100 0 111010 11111110 111 100111

Color Harmonies of #605D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D6A

Black with #605D6A

Text Example


Text Example

White with #605D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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