Html Css Color HEX #6D6273 Rum

📋 copy color: '#6D6273'

red 109 ◦ green 98 ◦ blue 115

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

Shades of Rum #6D6273

Tints of Rum #6D6273

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 value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6273 (or 0x6D6273) is known color: 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

RGB 109 98 115 -
CMYK 0.05 0.15 0 0.55
HSL 278.82º 0.08% 0.42% -
HSV(B) 278.82º 0.15% 0.45% -
XYZ 13.77 13.22 18.05 -
YUV 103.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 109 98 115 0.05 0.15 0 0.55 278.82 0.08 0.42
Hex 6D 62 73 5 F 0 37 117 8 2A
Octal 155 142 163 5 17 0 67 427 10 52
Binary 1101101 1100010 1110011 101 1111 0 110111 100010111 1000 101010

Color Harmonies of #6D6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6273

Black with #6D6273

Text Example


Text Example

White with #6D6273

Text Example


Text Example

HTML Codes & Css Web 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>