Html Css Color HEX #6E506B Salt Box

📋 copy color: '#6E506B'

red 110 ◦ green 80 ◦ blue 107

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

Shades of Salt Box #6E506B

Tints of Salt Box #6E506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 37.04%
G = 26.94%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6E506B (or 0x6E506B) is known color: Salt Box. HEX triplet: 6E, 50 and 6B. RGB value is (110,80,107). Sum of RGB (Red+Green+Blue) = 110+80+107=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 110 - color contains mainly: red. Hex color #6E506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E506B is #91AF94. Grayscale: #5B5B5B. Windows color (decimal): -9547669 or 7032942. OLE color: 7032942.

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

Color convert

RGB 110 80 107 -
CMYK 0 0.27 0.03 0.57
HSL 306º 0.16% 0.37% -
HSV(B) 306º 0.27% 0.43% -
XYZ 11.95 10.11 15.23 -
YUV 92.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 110 80 107 0 0.27 0.03 0.57 306 0.16 0.37
Hex 6E 50 6B 0 1B 3 39 132 10 25
Octal 156 120 153 0 33 3 71 462 20 45
Binary 1101110 1010000 1101011 0 11011 11 111001 100110010 10000 100101

Color Harmonies of #6E506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E506B

Black with #6E506B

Text Example


Text Example

White with #6E506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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