#6B4E67

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

Shades of Salt Box #6B4E67

Tints of Salt Box #6B4E67

Color information

#6B4E67 (or 0x6B4E67) is unknown color: approx Salt Box. HEX triplet: 6B, 4E and 67. RGB value is (107,78,103). Sum of RGB (Red+Green+Blue) = 107+78+103=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E67 is #94B198. Grayscale: #595959. Windows color (decimal): -9744793 or 6770283. OLE color: 6770283.

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

Color convert

RGB10778103-
CMYK00.270.040.58
HSL308.28º15.68%36.27%-
HSV(B)308.28º27.1%41.96%-
XYZ11.249.5514.08-
YUV89.52135.61140.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 103 (40.62% from 255) = 35.76%
R=37.15%
G=27.08%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1077810300.270.040.58308.2815.6836.27
Hex6B4E6701B43A1341024
Octal1531161470334724642044
Binary11010111001110110011101101110011101010011010010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,103); }

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

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

 a { background-color: rgb(107,78,103); }

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

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

 span { border-color: rgb(107,78,103); }

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