Html Css Color HEX #6D5F6B Salt Box

📋 copy color: '#6D5F6B'

red 109 ◦ green 95 ◦ blue 107

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

Shades of Salt Box #6D5F6B

Tints of Salt Box #6D5F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 35.05%
G = 30.55%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D5F6B (or 0x6D5F6B) is known color: Salt Box. HEX triplet: 6D, 5F and 6B. RGB value is (109,95,107). Sum of RGB (Red+Green+Blue) = 109+95+107=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F6B is #92A094. Grayscale: #646464. Windows color (decimal): -9609365 or 7036781. OLE color: 7036781.

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

Color convert

RGB 109 95 107 -
CMYK 0 0.13 0.02 0.57
HSL 308.57º 0.07% 0.4% -
HSV(B) 308.57º 0.13% 0.43% -
XYZ 13.05 12.5 15.63 -
YUV 100.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 109 95 107 0 0.13 0.02 0.57 308.57 0.07 0.4
Hex 6D 5F 6B 0 D 2 39 135 7 28
Octal 155 137 153 0 15 2 71 465 7 50
Binary 1101101 1011111 1101011 0 1101 10 111001 100110101 111 101000

Color Harmonies of #6D5F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5F6B

Black with #6D5F6B

Text Example


Text Example

White with #6D5F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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