Html Css Color HEX #6D5F6A Salt Box

📋 copy color: '#6D5F6A'

red 109 ◦ green 95 ◦ blue 106

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

Shades of Salt Box #6D5F6A

Tints of Salt Box #6D5F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.65%

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

R = 35.16%
G = 30.65%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D5F6A (or 0x6D5F6A) is known color: Salt Box. HEX triplet: 6D, 5F and 6A. RGB value is (109,95,106). Sum of RGB (Red+Green+Blue) = 109+95+106=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F6A is #92A095. Grayscale: #646464. Windows color (decimal): -9609366 or 6971245. OLE color: 6971245.

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

Color convert

RGB 109 95 106 -
CMYK 0 0.13 0.03 0.57
HSL 312.86º 0.07% 0.4% -
HSV(B) 312.86º 0.13% 0.43% -
XYZ 13 12.48 15.36 -
YUV 100.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 109 95 106 0 0.13 0.03 0.57 312.86 0.07 0.4
Hex 6D 5F 6A 0 D 3 39 139 7 28
Octal 155 137 152 0 15 3 71 471 7 50
Binary 1101101 1011111 1101010 0 1101 11 111001 100111001 111 101000

Color Harmonies of #6D5F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F6A

Black with #6D5F6A

Text Example


Text Example

White with #6D5F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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