#6B5674

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

Shades of Rum #6B5674

Tints of Rum #6B5674

Color information

#6B5674 (or 0x6B5674) is unknown color: approx Rum. HEX triplet: 6B, 56 and 74. RGB value is (107,86,116). Sum of RGB (Red+Green+Blue) = 107+86+116=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5674 is #94A98B. Grayscale: #5F5F5F. Windows color (decimal): -9742732 or 7624299. OLE color: 7624299.

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

Color convert

RGB10786116-
CMYK0.080.2600.55
HSL282º14.85%39.61%-
HSV(B)282º25.86%45.49%-
XYZ12.5411.0417.99-
YUV95.7139.46136.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=34.63%
G=27.83%
B=37.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107861160.080.2600.5528214.8539.61
Hex6B567481A03711af28
Octal15312616410320674321750
Binary11010111010110111010010001101001101111000110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,86,116); }

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

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

 a { background-color: rgb(107,86,116); }

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

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

 span { border-color: rgb(107,86,116); }

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