#6D6770

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

Shades of Rum #6D6770

Tints of Rum #6D6770

Color information

#6D6770 (or 0x6D6770) is unknown color: approx Rum. HEX triplet: 6D, 67 and 70. RGB value is (109,103,112). Sum of RGB (Red+Green+Blue) = 109+103+112=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D6770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6770 is #92988F. Grayscale: #696969. Windows color (decimal): -9607312 or 7366509. OLE color: 7366509.

HSL color Cylindrical-coordinate representation of color #6D6770: hue angle of 280º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D6770 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB109103112-
CMYK0.030.0800.56
HSL280º4.19%42.16%-
HSV(B)280º8.04%43.92%-
XYZ14.0814.1217.31-
YUV105.82131.49130.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.64%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=33.64%
G=31.79%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1091031120.030.0800.562804.1942.16
Hex6D67703803811842a
Octal155147160310070430452
Binary1101101110011111100001110000111000100011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,112); }

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

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

 a { background-color: rgb(109,103,112); }

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

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

 span { border-color: rgb(109,103,112); }

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