Html Css Color HEX #6D5774 Rum

📋 copy color: '#6D5774'

red 109 ◦ green 87 ◦ blue 116

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

Shades of Rum #6D5774

Tints of Rum #6D5774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 34.94%
G = 27.88%
B = 37.18%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D5774 (or 0x6D5774) is known color: Rum. HEX triplet: 6D, 57 and 74. RGB value is (109,87,116). Sum of RGB (Red+Green+Blue) = 109+87+116=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5774 is #92A88B. Grayscale: #606060. Windows color (decimal): -9611404 or 7624557. OLE color: 7624557.

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

Color convert

RGB 109 87 116 -
CMYK 0.06 0.25 0 0.55
HSL 285.52º 0.14% 0.4% -
HSV(B) 285.52º 0.25% 0.45% -
XYZ 12.87 11.33 18.03 -
YUV 96.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 109 87 116 0.06 0.25 0 0.55 285.52 0.14 0.4
Hex 6D 57 74 6 19 0 37 11E E 28
Octal 155 127 164 6 31 0 67 436 16 50
Binary 1101101 1010111 1110100 110 11001 0 110111 100011110 1110 101000

Color Harmonies of #6D5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5774

Black with #6D5774

Text Example


Text Example

White with #6D5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,87,116); }

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

background-color css

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

 a { background-color: rgb(109,87,116); }

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

border-color css

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

 span { border-color: rgb(109,87,116); }

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