Html Css Color HEX #6D4D6A Salt Box

📋 copy color: '#6D4D6A'

red 109 ◦ green 77 ◦ blue 106

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

Shades of Salt Box #6D4D6A

Tints of Salt Box #6D4D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

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

R = 37.33%
G = 26.37%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D4D6A (or 0x6D4D6A) is known color: Salt Box. HEX triplet: 6D, 4D and 6A. RGB value is (109,77,106). Sum of RGB (Red+Green+Blue) = 109+77+106=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D6A is #92B295. Grayscale: #595959. Windows color (decimal): -9613974 or 6966637. OLE color: 6966637.

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

Color convert

RGB 109 77 106 -
CMYK 0 0.29 0.03 0.57
HSL 305.63º 0.17% 0.36% -
HSV(B) 305.63º 0.29% 0.43% -
XYZ 11.56 9.6 14.88 -
YUV 89.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 109 77 106 0 0.29 0.03 0.57 305.63 0.17 0.36
Hex 6D 4D 6A 0 1D 3 39 132 11 24
Octal 155 115 152 0 35 3 71 462 21 44
Binary 1101101 1001101 1101010 0 11101 11 111001 100110010 10001 100100

Color Harmonies of #6D4D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4D6A

Black with #6D4D6A

Text Example


Text Example

White with #6D4D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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