Html Css Color HEX #6E5774 Rum

📋 copy color: '#6E5774'

red 110 ◦ green 87 ◦ blue 116

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

Shades of Rum #6E5774

Tints of Rum #6E5774

RGB

 RED value IS 110 (43.36% from 255) = 35.14%

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

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

R = 35.14%
G = 27.8%
B = 37.06%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E5774 (or 0x6E5774) is known color: Rum. HEX triplet: 6E, 57 and 74. RGB value is (110,87,116). Sum of RGB (Red+Green+Blue) = 110+87+116=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5774 is #91A88B. Grayscale: #616161. Windows color (decimal): -9545868 or 7624558. OLE color: 7624558.

HSL color Cylindrical-coordinate representation of color #6E5774: hue angle of 287.59º 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 #6E5774 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 87 116 -
CMYK 0.05 0.25 0 0.55
HSL 287.59º 0.14% 0.4% -
HSV(B) 287.59º 0.25% 0.45% -
XYZ 12.99 11.39 18.04 -
YUV 97.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 110 87 116 0.05 0.25 0 0.55 287.59 0.14 0.4
Hex 6E 57 74 5 19 0 37 120 E 28
Octal 156 127 164 5 31 0 67 440 16 50
Binary 1101110 1010111 1110100 101 11001 0 110111 100100000 1110 101000

Color Harmonies of #6E5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5774

Black with #6E5774

Text Example


Text Example

White with #6E5774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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