Html Css Color HEX #6D6470 Rum

📋 copy color: '#6D6470'

red 109 ◦ green 100 ◦ blue 112

#6D6470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #6D6470

Tints of Rum #6D6470

RGB

 RED value IS 109 (42.97% from 255) = 33.96%

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 33.96%
G = 31.15%
B = 34.89%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D6470 (or 0x6D6470) is known color: Rum. HEX triplet: 6D, 64 and 70. RGB value is (109,100,112). Sum of RGB (Red+Green+Blue) = 109+100+112=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D6470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6470 is #929B8F. Grayscale: #686868. Windows color (decimal): -9608080 or 7365741. OLE color: 7365741.

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

Color convert

RGB 109 100 112 -
CMYK 0.03 0.11 0 0.56
HSL 285º 0.06% 0.42% -
HSV(B) 285º 0.11% 0.44% -
XYZ 13.79 13.54 17.22 -
YUV 104.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 109 100 112 0.03 0.11 0 0.56 285 0.06 0.42
Hex 6D 64 70 3 B 0 38 11D 6 2A
Octal 155 144 160 3 13 0 70 435 6 52
Binary 1101101 1100100 1110000 11 1011 0 111000 100011101 110 101010

Color Harmonies of #6D6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6470

Black with #6D6470

Text Example


Text Example

White with #6D6470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D6470;
 }
 .AnyTagClassName
 {
   color: #6D6470;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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