#6E4C67

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

Shades of Salt Box #6E4C67

Tints of Salt Box #6E4C67

Color information

#6E4C67 (or 0x6E4C67) is unknown color: approx Salt Box. HEX triplet: 6E, 4C and 67. RGB value is (110,76,103). Sum of RGB (Red+Green+Blue) = 110+76+103=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4C67 is #91B398. Grayscale: #595959. Windows color (decimal): -9548697 or 6769774. OLE color: 6769774.

HSL color Cylindrical-coordinate representation of color #6E4C67: hue angle of 312.35º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E4C67 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB11076103-
CMYK00.310.060.57
HSL312.35º18.28%36.47%-
HSV(B)312.35º30.91%43.14%-
XYZ11.469.4614.05-
YUV89.24135.76142.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.06%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 103 (40.62% from 255) = 35.64%
R=38.06%
G=26.30%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1107610300.310.060.57312.3518.2836.47
Hex6E4C6701F6391381224
Octal1561141470376714702244
Binary11011101001100110011101111111011100110011100010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,76,103); }

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

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

 a { background-color: rgb(110,76,103); }

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

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

 span { border-color: rgb(110,76,103); }

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