Html Css Color HEX #6D5F6C Salt Box

📋 copy color: '#6D5F6C'

red 109 ◦ green 95 ◦ blue 108

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

Shades of Salt Box #6D5F6C

Tints of Salt Box #6D5F6C

RGB

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

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

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

R = 34.94%
G = 30.45%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D5F6C (or 0x6D5F6C) is known color: Salt Box. HEX triplet: 6D, 5F and 6C. RGB value is (109,95,108). Sum of RGB (Red+Green+Blue) = 109+95+108=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F6C is #92A093. Grayscale: #646464. Windows color (decimal): -9609364 or 7102317. OLE color: 7102317.

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

Color convert

RGB 109 95 108 -
CMYK 0 0.13 0.01 0.57
HSL 304.29º 0.07% 0.4% -
HSV(B) 304.29º 0.13% 0.43% -
XYZ 13.11 12.52 15.91 -
YUV 100.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 109 95 108 0 0.13 0.01 0.57 304.29 0.07 0.4
Hex 6D 5F 6C 0 D 1 39 130 7 28
Octal 155 137 154 0 15 1 71 460 7 50
Binary 1101101 1011111 1101100 0 1101 1 111001 100110000 111 101000

Color Harmonies of #6D5F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F6C

Black with #6D5F6C

Text Example


Text Example

White with #6D5F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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