#6E4768

Color #6E4768 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #6E4768

Tints of Salt Box #6E4768

Color information

#6E4768 (or 0x6E4768) is unknown color: approx Salt Box. HEX triplet: 6E, 47 and 68. RGB value is (110,71,104). Sum of RGB (Red+Green+Blue) = 110+71+104=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4768 is #91B897. Grayscale: #565656. Windows color (decimal): -9549976 or 6834030. OLE color: 6834030.

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

Color convert

RGB11071104-
CMYK00.350.050.57
HSL309.23º21.55%35.49%-
HSV(B)309.23º35.45%43.14%-
XYZ11.188.8214.21-
YUV86.42137.92144.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.60%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=38.60%
G=24.91%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107110400.350.050.57309.2321.5535.49
Hex6E47680235391351623
Octal1561071500435714652643
Binary110111010001111101000010001110111100110011010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,71,104); }

 H1.HeaderClassName
 {
   color: #6E4768;
 }
 .AnyTagClassName
 {
   color: #6E4768;
 }
</style>
background-color css

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

 a { background-color: rgb(110,71,104); }

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

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

 span { border-color: rgb(110,71,104); }

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