#6A4D67

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

Shades of Salt Box #6A4D67

Tints of Salt Box #6A4D67

Color information

#6A4D67 (or 0x6A4D67) is unknown color: approx Salt Box. HEX triplet: 6A, 4D and 67. RGB value is (106,77,103). Sum of RGB (Red+Green+Blue) = 106+77+103=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D67 is #95B298. Grayscale: #585858. Windows color (decimal): -9810585 or 6770026. OLE color: 6770026.

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

Color convert

RGB10677103-
CMYK00.270.030.58
HSL306.21º15.85%35.88%-
HSV(B)306.21º27.36%41.57%-
XYZ11.059.3514.05-
YUV88.64136.11140.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=37.06%
G=26.92%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1067710300.270.030.58306.2115.8535.88
Hex6A4D6701B33A1321024
Octal1521151470333724622044
Binary1101010100110111001110110111111101010011001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,77,103); }

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

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

 a { background-color: rgb(106,77,103); }

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

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

 span { border-color: rgb(106,77,103); }

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