#6B5F6A

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

Shades of Salt Box #6B5F6A

Tints of Salt Box #6B5F6A

Color information

#6B5F6A (or 0x6B5F6A) is unknown color: approx Salt Box. HEX triplet: 6B, 5F and 6A. RGB value is (107,95,106). Sum of RGB (Red+Green+Blue) = 107+95+106=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F6A is #94A095. Grayscale: #636363. Windows color (decimal): -9740438 or 6971243. OLE color: 6971243.

HSL color Cylindrical-coordinate representation of color #6B5F6A: hue angle of 305º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B5F6A is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10795106-
CMYK00.110.010.58
HSL305º5.94%39.61%-
HSV(B)305º11.21%41.96%-
XYZ12.7612.3515.35-
YUV99.84131.48133.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=34.74%
G=30.84%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1079510600.110.010.583055.9439.61
Hex6B5F6A0B13A131628
Octal153137152013172461650
Binary110101110111111101010010111111010100110001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,95,106); }

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

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

 a { background-color: rgb(107,95,106); }

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

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

 span { border-color: rgb(107,95,106); }

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