Html Css Color HEX #6B536B Salt Box

📋 copy color: '#6B536B'

red 107 ◦ green 83 ◦ blue 107

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

Shades of Salt Box #6B536B

Tints of Salt Box #6B536B

RGB

 RED value IS 107 (42.19% from 255) = 36.03%

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

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

R = 36.03%
G = 27.95%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6B536B (or 0x6B536B) is known color: Salt Box. HEX triplet: 6B, 53 and 6B. RGB value is (107,83,107). Sum of RGB (Red+Green+Blue) = 107+83+107=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B536B is #94AC94. Grayscale: #5C5C5C. Windows color (decimal): -9743509 or 7033707. OLE color: 7033707.

HSL color Cylindrical-coordinate representation of color #6B536B: hue angle of 300º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B536B is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 83 107 -
CMYK 0 0.22 0 0.58
HSL 300º 0.13% 0.37% -
HSV(B) 300º 0.22% 0.42% -
XYZ 11.81 10.37 15.29 -
YUV 92.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 107 83 107 0 0.22 0 0.58 300 0.13 0.37
Hex 6B 53 6B 0 16 0 3A 12C D 25
Octal 153 123 153 0 26 0 72 454 15 45
Binary 1101011 1010011 1101011 0 10110 0 111010 100101100 1101 100101

Color Harmonies of #6B536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B536B

Black with #6B536B

Text Example


Text Example

White with #6B536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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