#6A5668

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

Shades of Salt Box #6A5668

Tints of Salt Box #6A5668

Color information

#6A5668 (or 0x6A5668) is unknown color: approx Salt Box. HEX triplet: 6A, 56 and 68. RGB value is (106,86,104). Sum of RGB (Red+Green+Blue) = 106+86+104=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5668 is #95A997. Grayscale: #5D5D5D. Windows color (decimal): -9808280 or 6837866. OLE color: 6837866.

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

Color convert

RGB10686104-
CMYK00.190.020.58
HSL306º10.42%37.65%-
HSV(B)306º18.87%41.57%-
XYZ11.7710.7214.55-
YUV94.03133.63136.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=35.81%
G=29.05%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068610400.190.020.5830610.4237.65
Hex6A566801323A132a26
Octal1521261500232724621246
Binary110101010101101101000010011101110101001100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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