#6B4663

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

Shades of Salt Box #6B4663

Tints of Salt Box #6B4663

Color information

#6B4663 (or 0x6B4663) is unknown color: approx Salt Box. HEX triplet: 6B, 46 and 63. RGB value is (107,70,99). Sum of RGB (Red+Green+Blue) = 107+70+99=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4663 is #94B99C. Grayscale: #545454. Windows color (decimal): -9746845 or 6506091. OLE color: 6506091.

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

Color convert

RGB1077099-
CMYK00.350.070.58
HSL312.97º20.9%34.71%-
HSV(B)312.97º34.58%41.96%-
XYZ10.518.4112.87-
YUV84.37136.26144.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.77%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=38.77%
G=25.36%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107709900.350.070.58312.9720.934.71
Hex6B466302373A1391523
Octal1531061430437724712543
Binary110101110001101100011010001111111101010011100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,70,99); }

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

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

 a { background-color: rgb(107,70,99); }

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

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

 span { border-color: rgb(107,70,99); }

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