#6A5068

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

Shades of Salt Box #6A5068

Tints of Salt Box #6A5068

Color information

#6A5068 (or 0x6A5068) is unknown color: approx Salt Box. HEX triplet: 6A, 50 and 68. RGB value is (106,80,104). Sum of RGB (Red+Green+Blue) = 106+80+104=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5068 is #95AF97. Grayscale: #5A5A5A. Windows color (decimal): -9809816 or 6836330. OLE color: 6836330.

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

Color convert

RGB10680104-
CMYK00.250.020.58
HSL304.62º13.98%36.47%-
HSV(B)304.62º24.53%41.57%-
XYZ11.319.814.39-
YUV90.51135.61139.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=36.55%
G=27.59%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068010400.250.020.58304.6213.9836.47
Hex6A506801923A131e24
Octal1521201500312724611644
Binary110101010100001101000011001101110101001100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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