#6A4662

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

Shades of Salt Box #6A4662

Tints of Salt Box #6A4662

Color information

#6A4662 (or 0x6A4662) is unknown color: approx Salt Box. HEX triplet: 6A, 46 and 62. RGB value is (106,70,98). Sum of RGB (Red+Green+Blue) = 106+70+98=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4662 is #95B99D. Grayscale: #535353. Windows color (decimal): -9812382 or 6440554. OLE color: 6440554.

HSL color Cylindrical-coordinate representation of color #6A4662: hue angle of 313.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A4662 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1067098-
CMYK00.340.080.58
HSL313.33º20.45%34.51%-
HSV(B)313.33º33.96%41.57%-
XYZ10.348.3312.62-
YUV83.96135.93143.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=38.69%
G=25.55%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106709800.340.080.58313.3320.4534.51
Hex6A466202283A1391423
Octal15210614204210724712443
Binary1101010100011011000100100010100011101010011100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,70,98); }

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

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

 a { background-color: rgb(106,70,98); }

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

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

 span { border-color: rgb(106,70,98); }

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