Html Css Color HEX #6D536B Salt Box

📋 copy color: '#6D536B'

red 109 ◦ green 83 ◦ blue 107

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

Shades of Salt Box #6D536B

Tints of Salt Box #6D536B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 36.45%
G = 27.76%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D536B (or 0x6D536B) is known color: Salt Box. HEX triplet: 6D, 53 and 6B. RGB value is (109,83,107). Sum of RGB (Red+Green+Blue) = 109+83+107=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D536B is #92AC94. Grayscale: #5D5D5D. Windows color (decimal): -9612437 or 7033709. OLE color: 7033709.

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

Color convert

RGB 109 83 107 -
CMYK 0 0.24 0.02 0.57
HSL 304.62º 0.14% 0.38% -
HSV(B) 304.62º 0.24% 0.43% -
XYZ 12.05 10.5 15.3 -
YUV 93.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 109 83 107 0 0.24 0.02 0.57 304.62 0.14 0.38
Hex 6D 53 6B 0 18 2 39 131 E 26
Octal 155 123 153 0 30 2 71 461 16 46
Binary 1101101 1010011 1101011 0 11000 10 111001 100110001 1110 100110

Color Harmonies of #6D536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D536B

Black with #6D536B

Text Example


Text Example

White with #6D536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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