Html Css Color HEX #6D4F66 Salt Box

📋 copy color: '#6D4F66'

red 109 ◦ green 79 ◦ blue 102

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

Shades of Salt Box #6D4F66

Tints of Salt Box #6D4F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.24%

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 37.59%
G = 27.24%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D4F66 (or 0x6D4F66) is known color: Salt Box. HEX triplet: 6D, 4F and 66. RGB value is (109,79,102). Sum of RGB (Red+Green+Blue) = 109+79+102=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F66 is #92B099. Grayscale: #5A5A5A. Windows color (decimal): -9613466 or 6705005. OLE color: 6705005.

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

Color convert

RGB 109 79 102 -
CMYK 0 0.28 0.06 0.57
HSL 314º 0.16% 0.37% -
HSV(B) 314º 0.28% 0.43% -
XYZ 11.5 9.8 13.86 -
YUV 90.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 109 79 102 0 0.28 0.06 0.57 314 0.16 0.37
Hex 6D 4F 66 0 1C 6 39 13A 10 25
Octal 155 117 146 0 34 6 71 472 20 45
Binary 1101101 1001111 1100110 0 11100 110 111001 100111010 10000 100101

Color Harmonies of #6D4F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F66

Black with #6D4F66

Text Example


Text Example

White with #6D4F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,79,102); }

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

background-color css

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

 a { background-color: rgb(109,79,102); }

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

border-color css

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

 span { border-color: rgb(109,79,102); }

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