#6B5063

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

Shades of Salt Box #6B5063

Tints of Salt Box #6B5063

Color information

#6B5063 (or 0x6B5063) is unknown color: approx Salt Box. HEX triplet: 6B, 50 and 63. RGB value is (107,80,99). Sum of RGB (Red+Green+Blue) = 107+80+99=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5063 is #94AF9C. Grayscale: #5A5A5A. Windows color (decimal): -9744285 or 6508651. OLE color: 6508651.

HSL color Cylindrical-coordinate representation of color #6B5063: hue angle of 317.78º 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 #6B5063 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1078099-
CMYK00.250.070.58
HSL317.78º14.44%36.67%-
HSV(B)317.78º25.23%41.96%-
XYZ11.189.7613.1-
YUV90.24132.95139.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=37.41%
G=27.97%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107809900.250.070.58317.7814.4436.67
Hex6B506301973A13ee25
Octal1531201430317724761645
Binary1101011101000011000110110011111110101001111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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