Html Css Color HEX #6E516B Salt Box

📋 copy color: '#6E516B'

red 110 ◦ green 81 ◦ blue 107

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

Shades of Salt Box #6E516B

Tints of Salt Box #6E516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

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

R = 36.91%
G = 27.18%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6E516B (or 0x6E516B) is known color: Salt Box. HEX triplet: 6E, 51 and 6B. RGB value is (110,81,107). Sum of RGB (Red+Green+Blue) = 110+81+107=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E516B is #91AE94. Grayscale: #5C5C5C. Windows color (decimal): -9547413 or 7033198. OLE color: 7033198.

HSL color Cylindrical-coordinate representation of color #6E516B: hue angle of 306.21º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E516B is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 81 107 -
CMYK 0 0.26 0.03 0.57
HSL 306.21º 0.15% 0.37% -
HSV(B) 306.21º 0.26% 0.43% -
XYZ 12.03 10.26 15.26 -
YUV 92.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 110 81 107 0 0.26 0.03 0.57 306.21 0.15 0.37
Hex 6E 51 6B 0 1A 3 39 132 F 25
Octal 156 121 153 0 32 3 71 462 17 45
Binary 1101110 1010001 1101011 0 11010 11 111001 100110010 1111 100101

Color Harmonies of #6E516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E516B

Black with #6E516B

Text Example


Text Example

White with #6E516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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