#6A5866

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

Shades of Salt Box #6A5866

Tints of Salt Box #6A5866

Color information

#6A5866 (or 0x6A5866) is unknown color: approx Salt Box. HEX triplet: 6A, 58 and 66. RGB value is (106,88,102). Sum of RGB (Red+Green+Blue) = 106+88+102=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5866 is #95A799. Grayscale: #5E5E5E. Windows color (decimal): -9807770 or 6707306. OLE color: 6707306.

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

Color convert

RGB10688102-
CMYK00.170.040.58
HSL313.33º9.28%38.04%-
HSV(B)313.33º16.98%41.57%-
XYZ11.831114.07-
YUV94.98131.96135.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=35.81%
G=29.73%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068810200.170.040.58313.339.2838.04
Hex6A586601143A139926
Octal1521301460214724711146
Binary1101010101100011001100100011001110101001110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,102); }

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

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

 a { background-color: rgb(106,88,102); }

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

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

 span { border-color: rgb(106,88,102); }

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