#6C4666

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

Shades of Salt Box #6C4666

Tints of Salt Box #6C4666

Color information

#6C4666 (or 0x6C4666) is unknown color: approx Salt Box. HEX triplet: 6C, 46 and 66. RGB value is (108,70,102). Sum of RGB (Red+Green+Blue) = 108+70+102=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4666 is #93B999. Grayscale: #545454. Windows color (decimal): -9681306 or 6702700. OLE color: 6702700.

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

Color convert

RGB10870102-
CMYK00.350.060.58
HSL309.47º21.35%34.9%-
HSV(B)309.47º35.19%42.35%-
XYZ10.778.5313.65-
YUV85.01137.59144.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.57%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=38.57%
G=25%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1087010200.350.060.58309.4721.3534.9
Hex6C466602363A1351523
Octal1541061460436724652543
Binary110110010001101100110010001111011101010011010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,70,102); }

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

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

 a { background-color: rgb(108,70,102); }

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

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

 span { border-color: rgb(108,70,102); }

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