Html Css Color HEX #6D4C6B Salt Box

📋 copy color: '#6D4C6B'

red 109 ◦ green 76 ◦ blue 107

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

Shades of Salt Box #6D4C6B

Tints of Salt Box #6D4C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.03%

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 37.33%
G = 26.03%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D4C6B (or 0x6D4C6B) is known color: Salt Box. HEX triplet: 6D, 4C and 6B. RGB value is (109,76,107). Sum of RGB (Red+Green+Blue) = 109+76+107=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C6B is #92B394. Grayscale: #595959. Windows color (decimal): -9614229 or 7031917. OLE color: 7031917.

HSL color Cylindrical-coordinate representation of color #6D4C6B: hue angle of 303.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C6B is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 76 107 -
CMYK 0 0.30 0.02 0.57
HSL 303.64º 0.18% 0.36% -
HSV(B) 303.64º 0.3% 0.43% -
XYZ 11.54 9.48 15.13 -
YUV 89.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 109 76 107 0 0.30 0.02 0.57 303.64 0.18 0.36
Hex 6D 4C 6B 0 1E 2 39 130 12 24
Octal 155 114 153 0 36 2 71 460 22 44
Binary 1101101 1001100 1101011 0 11110 10 111001 100110000 10010 100100

Color Harmonies of #6D4C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C6B

Black with #6D4C6B

Text Example


Text Example

White with #6D4C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,107); }

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

background-color css

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

 a { background-color: rgb(109,76,107); }

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

border-color css

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

 span { border-color: rgb(109,76,107); }

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