Html Css Color HEX #605B6C Smoky

📋 copy color: '#605B6C'

red 96 ◦ green 91 ◦ blue 108

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

Shades of Smoky #605B6C

Tints of Smoky #605B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 32.54%
G = 30.85%
B = 36.61%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#605B6C (or 0x605B6C) is known color: Smoky. HEX triplet: 60, 5B and 6C. RGB value is (96,91,108). Sum of RGB (Red+Green+Blue) = 96+91+108=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 108 - color contains mainly: blue. Hex color #605B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B6C is #9FA493. Grayscale: #5E5E5E. Windows color (decimal): -10462356 or 7101280. OLE color: 7101280.

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

Color convert

RGB 96 91 108 -
CMYK 0.11 0.16 0 0.58
HSL 257.65º 0.09% 0.39% -
HSV(B) 257.65º 0.16% 0.42% -
XYZ 11.27 11.05 15.73 -
YUV 94.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 96 91 108 0.11 0.16 0 0.58 257.65 0.09 0.39
Hex 60 5B 6C B 10 0 3A 102 9 27
Octal 140 133 154 13 20 0 72 402 11 47
Binary 1100000 1011011 1101100 1011 10000 0 111010 100000010 1001 100111

Color Harmonies of #605B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605B6C

Black with #605B6C

Text Example


Text Example

White with #605B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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