#6F5675

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

Shades of Rum #6F5675

Tints of Rum #6F5675

Color information

#6F5675 (or 0x6F5675) is unknown color: approx Rum. HEX triplet: 6F, 56 and 75. RGB value is (111,86,117). Sum of RGB (Red+Green+Blue) = 111+86+117=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5675 is #90A98A. Grayscale: #606060. Windows color (decimal): -9480587 or 7689839. OLE color: 7689839.

HSL color Cylindrical-coordinate representation of color #6F5675: hue angle of 288.39º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F5675 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11186117-
CMYK0.050.2600.54
HSL288.39º15.27%39.8%-
HSV(B)288.39º26.5%45.88%-
XYZ13.0911.3218.32-
YUV97.01139.28137.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=35.35%
G=27.39%
B=37.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111861170.050.2600.54288.3915.2739.8
Hex6F567551A036120f28
Octal1571261655320664401750
Binary1101111101011011101011011101001101101001000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,86,117); }

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

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

 a { background-color: rgb(111,86,117); }

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

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

 span { border-color: rgb(111,86,117); }

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