Html Css Color HEX #6D506C Salt Box

📋 copy color: '#6D506C'

red 109 ◦ green 80 ◦ blue 108

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

Shades of Salt Box #6D506C

Tints of Salt Box #6D506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 36.7%
G = 26.94%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D506C (or 0x6D506C) is known color: Salt Box. HEX triplet: 6D, 50 and 6C. RGB value is (109,80,108). Sum of RGB (Red+Green+Blue) = 109+80+108=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D506C is #92AF93. Grayscale: #5B5B5B. Windows color (decimal): -9613204 or 7098477. OLE color: 7098477.

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

Color convert

RGB 109 80 108 -
CMYK 0 0.27 0.01 0.57
HSL 302.07º 0.15% 0.37% -
HSV(B) 302.07º 0.27% 0.43% -
XYZ 11.88 10.07 15.51 -
YUV 91.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 109 80 108 0 0.27 0.01 0.57 302.07 0.15 0.37
Hex 6D 50 6C 0 1B 1 39 12E F 25
Octal 155 120 154 0 33 1 71 456 17 45
Binary 1101101 1010000 1101100 0 11011 1 111001 100101110 1111 100101

Color Harmonies of #6D506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D506C

Black with #6D506C

Text Example


Text Example

White with #6D506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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