Html Css Color HEX #6E556D Salt Box

📋 copy color: '#6E556D'

red 110 ◦ green 85 ◦ blue 109

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

Shades of Salt Box #6E556D

Tints of Salt Box #6E556D

RGB

 RED value IS 110 (43.36% from 255) = 36.18%

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 36.18%
G = 27.96%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6E556D (or 0x6E556D) is known color: Salt Box. HEX triplet: 6E, 55 and 6D. RGB value is (110,85,109). Sum of RGB (Red+Green+Blue) = 110+85+109=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E556D is #91AA92. Grayscale: #5F5F5F. Windows color (decimal): -9546387 or 7165294. OLE color: 7165294.

HSL color Cylindrical-coordinate representation of color #6E556D: hue angle of 302.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E556D is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 85 109 -
CMYK 0 0.23 0.01 0.57
HSL 302.4º 0.13% 0.38% -
HSV(B) 302.4º 0.23% 0.43% -
XYZ 12.44 10.92 15.92 -
YUV 95.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 110 85 109 0 0.23 0.01 0.57 302.4 0.13 0.38
Hex 6E 55 6D 0 17 1 39 12E D 26
Octal 156 125 155 0 27 1 71 456 15 46
Binary 1101110 1010101 1101101 0 10111 1 111001 100101110 1101 100110

Color Harmonies of #6E556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E556D

Black with #6E556D

Text Example


Text Example

White with #6E556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E556D; }

 p { color: rgb(110,85,109); }

 H1.HeaderClassName
 {
   color: #6E556D;
 }
 .AnyTagClassName
 {
   color: #6E556D;
 }
</style>

background-color css

<style>
 a { background-color: #6E556D; }

 a { background-color: rgb(110,85,109); }

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

border-color css

<style>
 span { border-color: #6E556D; }

 span { border-color: rgb(110,85,109); }

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