Html Css Color HEX #6D4F6A Salt Box

📋 copy color: '#6D4F6A'

red 109 ◦ green 79 ◦ blue 106

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

Shades of Salt Box #6D4F6A

Tints of Salt Box #6D4F6A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

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

R = 37.07%
G = 26.87%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D4F6A (or 0x6D4F6A) is known color: Salt Box. HEX triplet: 6D, 4F and 6A. RGB value is (109,79,106). Sum of RGB (Red+Green+Blue) = 109+79+106=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F6A is #92B095. Grayscale: #5A5A5A. Windows color (decimal): -9613462 or 6967149. OLE color: 6967149.

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

Color convert

RGB 109 79 106 -
CMYK 0 0.28 0.03 0.57
HSL 306º 0.16% 0.37% -
HSV(B) 306º 0.28% 0.43% -
XYZ 11.7 9.88 14.93 -
YUV 91.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 109 79 106 0 0.28 0.03 0.57 306 0.16 0.37
Hex 6D 4F 6A 0 1C 3 39 132 10 25
Octal 155 117 152 0 34 3 71 462 20 45
Binary 1101101 1001111 1101010 0 11100 11 111001 100110010 10000 100101

Color Harmonies of #6D4F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F6A

Black with #6D4F6A

Text Example


Text Example

White with #6D4F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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