Html Css Color HEX #6E566D Salt Box

📋 copy color: '#6E566D'

red 110 ◦ green 86 ◦ blue 109

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

Shades of Salt Box #6E566D

Tints of Salt Box #6E566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

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

R = 36.07%
G = 28.2%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6E566D (or 0x6E566D) is known color: Salt Box. HEX triplet: 6E, 56 and 6D. RGB value is (110,86,109). Sum of RGB (Red+Green+Blue) = 110+86+109=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 110 - color contains mainly: red. Hex color #6E566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E566D is #91A992. Grayscale: #5F5F5F. Windows color (decimal): -9546131 or 7165550. OLE color: 7165550.

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

Color convert

RGB 110 86 109 -
CMYK 0 0.22 0.01 0.57
HSL 302.5º 0.12% 0.38% -
HSV(B) 302.5º 0.22% 0.43% -
XYZ 12.52 11.07 15.95 -
YUV 95.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 110 86 109 0 0.22 0.01 0.57 302.5 0.12 0.38
Hex 6E 56 6D 0 16 1 39 12E C 26
Octal 156 126 155 0 26 1 71 456 14 46
Binary 1101110 1010110 1101101 0 10110 1 111001 100101110 1100 100110

Color Harmonies of #6E566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E566D

Black with #6E566D

Text Example


Text Example

White with #6E566D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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