#6A5467

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

Shades of Salt Box #6A5467

Tints of Salt Box #6A5467

Color information

#6A5467 (or 0x6A5467) is unknown color: approx Salt Box. HEX triplet: 6A, 54 and 67. RGB value is (106,84,103). Sum of RGB (Red+Green+Blue) = 106+84+103=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5467 is #95AB98. Grayscale: #5C5C5C. Windows color (decimal): -9808793 or 6771818. OLE color: 6771818.

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

Color convert

RGB10684103-
CMYK00.210.030.58
HSL308.18º11.58%37.25%-
HSV(B)308.18º20.75%41.57%-
XYZ11.5610.3814.23-
YUV92.74133.79137.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=36.18%
G=28.67%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068410300.210.030.58308.1811.5837.25
Hex6A546701533A134c25
Octal1521241470253724641445
Binary110101010101001100111010101111110101001101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,103); }

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

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

 a { background-color: rgb(106,84,103); }

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

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

 span { border-color: rgb(106,84,103); }

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