Html Css Color HEX #6D5668 Salt Box

📋 copy color: '#6D5668'

red 109 ◦ green 86 ◦ blue 104

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

Shades of Salt Box #6D5668

Tints of Salt Box #6D5668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 36.45%
G = 28.76%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D5668 (or 0x6D5668) is known color: Salt Box. HEX triplet: 6D, 56 and 68. RGB value is (109,86,104). Sum of RGB (Red+Green+Blue) = 109+86+104=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5668 is #92A997. Grayscale: #5E5E5E. Windows color (decimal): -9611672 or 6837869. OLE color: 6837869.

HSL color Cylindrical-coordinate representation of color #6D5668: hue angle of 313.04º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5668 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 86 104 -
CMYK 0 0.21 0.05 0.57
HSL 313.04º 0.12% 0.38% -
HSV(B) 313.04º 0.21% 0.43% -
XYZ 12.13 10.91 14.56 -
YUV 94.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 109 86 104 0 0.21 0.05 0.57 313.04 0.12 0.38
Hex 6D 56 68 0 15 5 39 139 C 26
Octal 155 126 150 0 25 5 71 471 14 46
Binary 1101101 1010110 1101000 0 10101 101 111001 100111001 1100 100110

Color Harmonies of #6D5668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5668

Black with #6D5668

Text Example


Text Example

White with #6D5668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,86,104); }

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

background-color css

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

 a { background-color: rgb(109,86,104); }

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

border-color css

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

 span { border-color: rgb(109,86,104); }

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