#6F4567

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

Shades of Salt Box #6F4567

Tints of Salt Box #6F4567

Color information

#6F4567 (or 0x6F4567) is unknown color: approx Salt Box. HEX triplet: 6F, 45 and 67. RGB value is (111,69,103). Sum of RGB (Red+Green+Blue) = 111+69+103=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4567 is #90BA98. Grayscale: #555555. Windows color (decimal): -9484953 or 6767983. OLE color: 6767983.

HSL color Cylindrical-coordinate representation of color #6F4567: hue angle of 311.43º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4567 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11169103-
CMYK00.380.070.56
HSL311.43º23.33%35.29%-
HSV(B)311.43º37.84%43.53%-
XYZ11.138.6213.91-
YUV85.43137.91146.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 103 (40.62% from 255) = 36.40%
R=39.22%
G=24.38%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1116910300.380.070.56311.4323.3335.29
Hex6F45670267381371723
Octal1571051470467704672743
Binary110111110001011100111010011011111100010011011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,69,103); }

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

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

 a { background-color: rgb(111,69,103); }

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

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

 span { border-color: rgb(111,69,103); }

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