#6A4C67

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

Shades of Salt Box #6A4C67

Tints of Salt Box #6A4C67

Color information

#6A4C67 (or 0x6A4C67) is unknown color: approx Salt Box. HEX triplet: 6A, 4C and 67. RGB value is (106,76,103). Sum of RGB (Red+Green+Blue) = 106+76+103=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4C67 is #95B398. Grayscale: #575757. Windows color (decimal): -9810841 or 6769770. OLE color: 6769770.

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

Color convert

RGB10676103-
CMYK00.280.030.58
HSL306º16.48%35.69%-
HSV(B)306º28.3%41.57%-
XYZ10.989.2114.03-
YUV88.05136.44140.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=37.19%
G=26.67%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1067610300.280.030.5830616.4835.69
Hex6A4C6701C33A1321024
Octal1521141470343724622044
Binary1101010100110011001110111001111101010011001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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