#6D5469

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

Shades of Salt Box #6D5469

Tints of Salt Box #6D5469

Color information

#6D5469 (or 0x6D5469) is unknown color: approx Salt Box. HEX triplet: 6D, 54 and 69. RGB value is (109,84,105). Sum of RGB (Red+Green+Blue) = 109+84+105=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5469 is #92AB96. Grayscale: #5D5D5D. Windows color (decimal): -9612183 or 6902893. OLE color: 6902893.

HSL color Cylindrical-coordinate representation of color #6D5469: hue angle of 309.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D5469 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB10984105-
CMYK00.230.040.57
HSL309.6º12.95%37.84%-
HSV(B)309.6º22.94%42.75%-
XYZ12.0310.6114.78-
YUV93.87134.28138.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=36.58%
G=28.19%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098410500.230.040.57309.612.9537.84
Hex6D5469017439136d26
Octal1551241510274714661546
Binary1101101101010011010010101111001110011001101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,105); }

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

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

 a { background-color: rgb(109,84,105); }

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

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

 span { border-color: rgb(109,84,105); }

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