Html Css Color HEX #6D586C Salt Box

📋 copy color: '#6D586C'

red 109 ◦ green 88 ◦ blue 108

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

Shades of Salt Box #6D586C

Tints of Salt Box #6D586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 35.74%
G = 28.85%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D586C (or 0x6D586C) is known color: Salt Box. HEX triplet: 6D, 58 and 6C. RGB value is (109,88,108). Sum of RGB (Red+Green+Blue) = 109+88+108=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 109 - color contains mainly: red. Hex color #6D586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D586C is #92A793. Grayscale: #606060. Windows color (decimal): -9611156 or 7100525. OLE color: 7100525.

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

Color convert

RGB 109 88 108 -
CMYK 0 0.19 0.01 0.57
HSL 302.86º 0.11% 0.39% -
HSV(B) 302.86º 0.19% 0.43% -
XYZ 12.5 11.31 15.71 -
YUV 96.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 109 88 108 0 0.19 0.01 0.57 302.86 0.11 0.39
Hex 6D 58 6C 0 13 1 39 12F B 27
Octal 155 130 154 0 23 1 71 457 13 47
Binary 1101101 1011000 1101100 0 10011 1 111001 100101111 1011 100111

Color Harmonies of #6D586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D586C

Black with #6D586C

Text Example


Text Example

White with #6D586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,108); }

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

background-color css

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

 a { background-color: rgb(109,88,108); }

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

border-color css

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

 span { border-color: rgb(109,88,108); }

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