Html Css Color HEX #6D5B6B Salt Box

📋 copy color: '#6D5B6B'

red 109 ◦ green 91 ◦ blue 107

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

Shades of Salt Box #6D5B6B

Tints of Salt Box #6D5B6B

RGB

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

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

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

R = 35.5%
G = 29.64%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D5B6B (or 0x6D5B6B) is known color: Salt Box. HEX triplet: 6D, 5B and 6B. RGB value is (109,91,107). Sum of RGB (Red+Green+Blue) = 109+91+107=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B6B is #92A494. Grayscale: #626262. Windows color (decimal): -9610389 or 7035757. OLE color: 7035757.

HSL color Cylindrical-coordinate representation of color #6D5B6B: hue angle of 306.67º 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 #6D5B6B is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 91 107 -
CMYK 0 0.17 0.02 0.57
HSL 306.67º 0.09% 0.39% -
HSV(B) 306.67º 0.17% 0.43% -
XYZ 12.7 11.79 15.52 -
YUV 98.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 109 91 107 0 0.17 0.02 0.57 306.67 0.09 0.39
Hex 6D 5B 6B 0 11 2 39 133 9 27
Octal 155 133 153 0 21 2 71 463 11 47
Binary 1101101 1011011 1101011 0 10001 10 111001 100110011 1001 100111

Color Harmonies of #6D5B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5B6B

Black with #6D5B6B

Text Example


Text Example

White with #6D5B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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