#6B5168

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

Shades of Salt Box #6B5168

Tints of Salt Box #6B5168

Color information

#6B5168 (or 0x6B5168) is unknown color: approx Salt Box. HEX triplet: 6B, 51 and 68. RGB value is (107,81,104). Sum of RGB (Red+Green+Blue) = 107+81+104=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5168 is #94AE97. Grayscale: #5B5B5B. Windows color (decimal): -9744024 or 6836587. OLE color: 6836587.

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

Color convert

RGB10781104-
CMYK00.240.030.58
HSL306.92º13.83%36.86%-
HSV(B)306.92º24.3%41.96%-
XYZ11.510.0114.42-
YUV91.4135.11139.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=36.64%
G=27.74%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078110400.240.030.58306.9213.8336.86
Hex6B516801833A133e25
Octal1531211500303724631645
Binary110101110100011101000011000111110101001100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,104); }

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

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

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

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

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

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

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