#6D6273

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

Shades of Rum #6D6273

Tints of Rum #6D6273

Color information

#6D6273 (or 0x6D6273) is unknown color: approx Rum. HEX triplet: 6D, 62 and 73. RGB value is (109,98,115). Sum of RGB (Red+Green+Blue) = 109+98+115=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6273 is #929D8C. Grayscale: #676767. Windows color (decimal): -9608589 or 7561837. OLE color: 7561837.

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

Color convert

RGB10998115-
CMYK0.050.1500.55
HSL278.82º7.98%41.76%-
HSV(B)278.82º14.78%45.1%-
XYZ13.7713.2218.05-
YUV103.23134.64132.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=33.85%
G=30.43%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109981150.050.1500.55278.827.9841.76
Hex6D62735F03711782a
Octal1551421635170674271052
Binary110110111000101110011101111101101111000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,115); }

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

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

 a { background-color: rgb(109,98,115); }

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

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

 span { border-color: rgb(109,98,115); }

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