Html Css Color HEX #605E68 Smoky

📋 copy color: '#605E68'

red 96 ◦ green 94 ◦ blue 104

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

Shades of Smoky #605E68

Tints of Smoky #605E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

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

R = 32.65%
G = 31.97%
B = 35.37%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#605E68 (or 0x605E68) is known color: Smoky. HEX triplet: 60, 5E and 68. RGB value is (96,94,104). Sum of RGB (Red+Green+Blue) = 96+94+104=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 104 - color contains mainly: blue. Hex color #605E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E68 is #9FA197. Grayscale: #5F5F5F. Windows color (decimal): -10461592 or 6839904. OLE color: 6839904.

HSL color Cylindrical-coordinate representation of color #605E68: hue angle of 252º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605E68 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 94 104 -
CMYK 0.08 0.10 0 0.59
HSL 252º 0.05% 0.39% -
HSV(B) 252º 0.1% 0.41% -
XYZ 11.33 11.49 14.72 -
YUV 95.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 96 94 104 0.08 0.10 0 0.59 252 0.05 0.39
Hex 60 5E 68 8 A 0 3B FC 5 27
Octal 140 136 150 10 12 0 73 374 5 47
Binary 1100000 1011110 1101000 1000 1010 0 111011 11111100 101 100111

Color Harmonies of #605E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E68

Black with #605E68

Text Example


Text Example

White with #605E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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