Html Css Color HEX #6D5E6A Salt Box

📋 copy color: '#6D5E6A'

red 109 ◦ green 94 ◦ blue 106

#6D5E6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #6D5E6A

Tints of Salt Box #6D5E6A

RGB

 RED value IS 109 (42.97% from 255) = 35.28%

 GREEN value IS 94 (37.11% from 255) = 30.42%

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 35.28%
G = 30.42%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D5E6A (or 0x6D5E6A) is known color: Salt Box. HEX triplet: 6D, 5E and 6A. RGB value is (109,94,106). Sum of RGB (Red+Green+Blue) = 109+94+106=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E6A is #92A195. Grayscale: #636363. Windows color (decimal): -9609622 or 6970989. OLE color: 6970989.

HSL color Cylindrical-coordinate representation of color #6D5E6A: hue angle of 312º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D5E6A is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 94 106 -
CMYK 0 0.14 0.03 0.57
HSL 312º 0.07% 0.4% -
HSV(B) 312º 0.14% 0.43% -
XYZ 12.91 12.3 15.33 -
YUV 99.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 109 94 106 0 0.14 0.03 0.57 312 0.07 0.4
Hex 6D 5E 6A 0 E 3 39 138 7 28
Octal 155 136 152 0 16 3 71 470 7 50
Binary 1101101 1011110 1101010 0 1110 11 111001 100111000 111 101000

Color Harmonies of #6D5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E6A

Black with #6D5E6A

Text Example


Text Example

White with #6D5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D5E6A;
 }
 .AnyTagClassName
 {
   color: #6D5E6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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