Html Css Color HEX #605C68 Smoky

📋 copy color: '#605C68'

red 96 ◦ green 92 ◦ blue 104

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

Shades of Smoky #605C68

Tints of Smoky #605C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 32.88%
G = 31.51%
B = 35.62%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#605C68 (or 0x605C68) is known color: Smoky. HEX triplet: 60, 5C and 68. RGB value is (96,92,104). Sum of RGB (Red+Green+Blue) = 96+92+104=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #605C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C68 is #9FA397. Grayscale: #5E5E5E. Windows color (decimal): -10462104 or 6839392. OLE color: 6839392.

HSL color Cylindrical-coordinate representation of color #605C68: hue angle of 260º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605C68 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 92 104 -
CMYK 0.08 0.12 0 0.59
HSL 260º 0.06% 0.38% -
HSV(B) 260º 0.12% 0.41% -
XYZ 11.15 11.14 14.66 -
YUV 94.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 96 92 104 0.08 0.12 0 0.59 260 0.06 0.38
Hex 60 5C 68 8 C 0 3B 104 6 26
Octal 140 134 150 10 14 0 73 404 6 46
Binary 1100000 1011100 1101000 1000 1100 0 111011 100000100 110 100110

Color Harmonies of #605C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C68

Black with #605C68

Text Example


Text Example

White with #605C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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