Html Css Color HEX #6D5B6A Salt Box

📋 copy color: '#6D5B6A'

red 109 ◦ green 91 ◦ blue 106

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

Shades of Salt Box #6D5B6A

Tints of Salt Box #6D5B6A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.74%

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

R = 35.62%
G = 29.74%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#6D5B6A (or 0x6D5B6A) is known color: Salt Box. HEX triplet: 6D, 5B and 6A. RGB value is (109,91,106). Sum of RGB (Red+Green+Blue) = 109+91+106=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B6A is #92A495. Grayscale: #626262. Windows color (decimal): -9610390 or 6970221. OLE color: 6970221.

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

Color convert

RGB 109 91 106 -
CMYK 0 0.17 0.03 0.57
HSL 310º 0.09% 0.39% -
HSV(B) 310º 0.17% 0.43% -
XYZ 12.65 11.77 15.24 -
YUV 98.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 109 91 106 0 0.17 0.03 0.57 310 0.09 0.39
Hex 6D 5B 6A 0 11 3 39 136 9 27
Octal 155 133 152 0 21 3 71 466 11 47
Binary 1101101 1011011 1101010 0 10001 11 111001 100110110 1001 100111

Color Harmonies of #6D5B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5B6A

Black with #6D5B6A

Text Example


Text Example

White with #6D5B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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