#6B4C68

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

Shades of Salt Box #6B4C68

Tints of Salt Box #6B4C68

Color information

#6B4C68 (or 0x6B4C68) is unknown color: approx Salt Box. HEX triplet: 6B, 4C and 68. RGB value is (107,76,104). Sum of RGB (Red+Green+Blue) = 107+76+104=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4C68 is #94B397. Grayscale: #585858. Windows color (decimal): -9745304 or 6835307. OLE color: 6835307.

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

Color convert

RGB10776104-
CMYK00.290.030.58
HSL305.81º16.94%35.88%-
HSV(B)305.81º28.97%41.96%-
XYZ11.159.2914.3-
YUV88.46136.77141.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=37.28%
G=26.48%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1077610400.290.030.58305.8116.9435.88
Hex6B4C6801D33A1321124
Octal1531141500353724622144
Binary1101011100110011010000111011111101010011001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,76,104); }

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

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

 a { background-color: rgb(107,76,104); }

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

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

 span { border-color: rgb(107,76,104); }

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