Html Css Color HEX #6E556B Salt Box

📋 copy color: '#6E556B'

red 110 ◦ green 85 ◦ blue 107

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

Shades of Salt Box #6E556B

Tints of Salt Box #6E556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 36.42%
G = 28.15%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6E556B (or 0x6E556B) is known color: Salt Box. HEX triplet: 6E, 55 and 6B. RGB value is (110,85,107). Sum of RGB (Red+Green+Blue) = 110+85+107=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E556B is #91AA94. Grayscale: #5E5E5E. Windows color (decimal): -9546389 or 7034222. OLE color: 7034222.

HSL color Cylindrical-coordinate representation of color #6E556B: hue angle of 307.2º 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 #6E556B is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 85 107 -
CMYK 0 0.23 0.03 0.57
HSL 307.2º 0.13% 0.38% -
HSV(B) 307.2º 0.23% 0.43% -
XYZ 12.33 10.87 15.36 -
YUV 94.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 110 85 107 0 0.23 0.03 0.57 307.2 0.13 0.38
Hex 6E 55 6B 0 17 3 39 133 D 26
Octal 156 125 153 0 27 3 71 463 15 46
Binary 1101110 1010101 1101011 0 10111 11 111001 100110011 1101 100110

Color Harmonies of #6E556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E556B

Black with #6E556B

Text Example


Text Example

White with #6E556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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