#6B5971

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

Shades of Rum #6B5971

Tints of Rum #6B5971

Color information

#6B5971 (or 0x6B5971) is unknown color: approx Rum. HEX triplet: 6B, 59 and 71. RGB value is (107,89,113). Sum of RGB (Red+Green+Blue) = 107+89+113=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5971 is #94A68E. Grayscale: #616161. Windows color (decimal): -9741967 or 7428459. OLE color: 7428459.

HSL color Cylindrical-coordinate representation of color #6B5971: hue angle of 285º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5971 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10789113-
CMYK0.050.2100.56
HSL285º11.88%39.61%-
HSV(B)285º21.24%44.31%-
XYZ12.6211.4617.17-
YUV97.12136.96135.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=34.63%
G=28.80%
B=36.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107891130.050.2100.5628511.8839.61
Hex6B597151503811dc28
Octal1531311615250704351450
Binary1101011101100111100011011010101110001000111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,113); }

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

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

 a { background-color: rgb(107,89,113); }

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

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

 span { border-color: rgb(107,89,113); }

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