#6B556A

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

Shades of Salt Box #6B556A

Tints of Salt Box #6B556A

Color information

#6B556A (or 0x6B556A) is unknown color: approx Salt Box. HEX triplet: 6B, 55 and 6A. RGB value is (107,85,106). Sum of RGB (Red+Green+Blue) = 107+85+106=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B556A is #94AA95. Grayscale: #5D5D5D. Windows color (decimal): -9742998 or 6968683. OLE color: 6968683.

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

Color convert

RGB10785106-
CMYK00.210.010.58
HSL302.73º11.46%37.65%-
HSV(B)302.73º20.56%41.96%-
XYZ11.9110.6615.07-
YUV93.97134.79137.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=35.91%
G=28.52%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078510600.210.010.58302.7311.4637.65
Hex6B556A01513A12fb26
Octal1531251520251724571346
Binary11010111010101110101001010111110101001011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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