#6F5775

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

Shades of Rum #6F5775

Tints of Rum #6F5775

Color information

#6F5775 (or 0x6F5775) is unknown color: approx Rum. HEX triplet: 6F, 57 and 75. RGB value is (111,87,117). Sum of RGB (Red+Green+Blue) = 111+87+117=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F5775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5775 is #90A88A. Grayscale: #616161. Windows color (decimal): -9480331 or 7690095. OLE color: 7690095.

HSL color Cylindrical-coordinate representation of color #6F5775: hue angle of 288º 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 #6F5775 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11187117-
CMYK0.050.2600.54
HSL288º14.71%40%-
HSV(B)288º25.64%45.88%-
XYZ13.1711.4818.35-
YUV97.6138.95137.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.24%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=35.24%
G=27.62%
B=37.14%

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
Decimal111871170.050.2600.5428814.7140
Hex6F577551A036120f28
Octal1571271655320664401750
Binary1101111101011111101011011101001101101001000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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