#6B506A

Color #6B506A Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #6B506A

Tints of Salt Box #6B506A

Color information

#6B506A (or 0x6B506A) is unknown color: approx Salt Box. HEX triplet: 6B, 50 and 6A. RGB value is (107,80,106). Sum of RGB (Red+Green+Blue) = 107+80+106=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 107 - color contains mainly: red. Hex color #6B506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B506A is #94AF95. Grayscale: #5A5A5A. Windows color (decimal): -9744278 or 6967403. OLE color: 6967403.

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

Color convert

RGB10780106-
CMYK00.250.010.58
HSL302.22º14.44%36.67%-
HSV(B)302.22º25.23%41.96%-
XYZ11.539.914.94-
YUV91.04136.45139.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=36.52%
G=27.30%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078010600.250.010.58302.2214.4436.67
Hex6B506A01913A12ee25
Octal1531201520311724561645
Binary11010111010000110101001100111110101001011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,106); }

 H1.HeaderClassName
 {
   color: #6B506A;
 }
 .AnyTagClassName
 {
   color: #6B506A;
 }
</style>
background-color css

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

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

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

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

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

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