Html Css Color HEX #6D5F68 Salt Box

📋 copy color: '#6D5F68'

red 109 ◦ green 95 ◦ blue 104

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

Shades of Salt Box #6D5F68

Tints of Salt Box #6D5F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.84%

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

R = 35.39%
G = 30.84%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D5F68 (or 0x6D5F68) is known color: Salt Box. HEX triplet: 6D, 5F and 68. RGB value is (109,95,104). Sum of RGB (Red+Green+Blue) = 109+95+104=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F68 is #92A097. Grayscale: #646464. Windows color (decimal): -9609368 or 6840173. OLE color: 6840173.

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

Color convert

RGB 109 95 104 -
CMYK 0 0.13 0.05 0.57
HSL 321.43º 0.07% 0.4% -
HSV(B) 321.43º 0.13% 0.43% -
XYZ 12.9 12.44 14.82 -
YUV 100.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 109 95 104 0 0.13 0.05 0.57 321.43 0.07 0.4
Hex 6D 5F 68 0 D 5 39 141 7 28
Octal 155 137 150 0 15 5 71 501 7 50
Binary 1101101 1011111 1101000 0 1101 101 111001 101000001 111 101000

Color Harmonies of #6D5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F68

Black with #6D5F68

Text Example


Text Example

White with #6D5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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