#6D4B6A

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

Shades of Salt Box #6D4B6A

Tints of Salt Box #6D4B6A

Color information

#6D4B6A (or 0x6D4B6A) is unknown color: approx Salt Box. HEX triplet: 6D, 4B and 6A. RGB value is (109,75,106). Sum of RGB (Red+Green+Blue) = 109+75+106=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B6A is #92B495. Grayscale: #585858. Windows color (decimal): -9614486 or 6966125. OLE color: 6966125.

HSL color Cylindrical-coordinate representation of color #6D4B6A: hue angle of 305.29º 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 #6D4B6A is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB10975106-
CMYK00.310.030.57
HSL305.29º18.48%36.08%-
HSV(B)305.29º31.19%42.75%-
XYZ11.429.3214.83-
YUV88.7137.76142.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=37.59%
G=25.86%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097510600.310.030.57305.2918.4836.08
Hex6D4B6A01F3391311224
Octal1551131520373714612244
Binary1101101100101111010100111111111100110011000110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,75,106); }

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

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

 a { background-color: rgb(109,75,106); }

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

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

 span { border-color: rgb(109,75,106); }

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