Html Css Color HEX #6D5065 Salt Box

📋 copy color: '#6D5065'

red 109 ◦ green 80 ◦ blue 101

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

Shades of Salt Box #6D5065

Tints of Salt Box #6D5065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 37.59%
G = 27.59%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D5065 (or 0x6D5065) is known color: Salt Box. HEX triplet: 6D, 50 and 65. RGB value is (109,80,101). Sum of RGB (Red+Green+Blue) = 109+80+101=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5065 is #92AF9A. Grayscale: #5B5B5B. Windows color (decimal): -9613211 or 6639725. OLE color: 6639725.

HSL color Cylindrical-coordinate representation of color #6D5065: hue angle of 316.55º 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 #6D5065 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 80 101 -
CMYK 0 0.27 0.07 0.57
HSL 316.55º 0.15% 0.37% -
HSV(B) 316.55º 0.27% 0.43% -
XYZ 11.52 9.93 13.62 -
YUV 91.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 109 80 101 0 0.27 0.07 0.57 316.55 0.15 0.37
Hex 6D 50 65 0 1B 7 39 13D F 25
Octal 155 120 145 0 33 7 71 475 17 45
Binary 1101101 1010000 1100101 0 11011 111 111001 100111101 1111 100101

Color Harmonies of #6D5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5065

Black with #6D5065

Text Example


Text Example

White with #6D5065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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