Html Css Color HEX #605E6E Smoky

📋 copy color: '#605E6E'

red 96 ◦ green 94 ◦ blue 110

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

Shades of Smoky #605E6E

Tints of Smoky #605E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 32%
G = 31.33%
B = 36.67%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#605E6E (or 0x605E6E) is known color: Smoky. HEX triplet: 60, 5E and 6E. RGB value is (96,94,110). Sum of RGB (Red+Green+Blue) = 96+94+110=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #605E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E6E is #9FA191. Grayscale: #606060. Windows color (decimal): -10461586 or 7233120. OLE color: 7233120.

HSL color Cylindrical-coordinate representation of color #605E6E: hue angle of 247.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605E6E is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 94 110 -
CMYK 0.13 0.15 0 0.57
HSL 247.5º 0.08% 0.4% -
HSV(B) 247.5º 0.15% 0.43% -
XYZ 11.64 11.62 16.38 -
YUV 96.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 96 94 110 0.13 0.15 0 0.57 247.5 0.08 0.4
Hex 60 5E 6E D F 0 39 F8 8 28
Octal 140 136 156 15 17 0 71 370 10 50
Binary 1100000 1011110 1101110 1101 1111 0 111001 11111000 1000 101000

Color Harmonies of #605E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E6E

Black with #605E6E

Text Example


Text Example

White with #605E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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