Html Css Color HEX #6E5877 Rum

📋 copy color: '#6E5877'

red 110 ◦ green 88 ◦ blue 119

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

Shades of Rum #6E5877

Tints of Rum #6E5877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 119 (46.88% from 255) = 37.54%

R = 34.7%
G = 27.76%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E5877 (or 0x6E5877) is known color: Rum. HEX triplet: 6E, 58 and 77. RGB value is (110,88,119). Sum of RGB (Red+Green+Blue) = 110+88+119=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E5877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5877 is #91A788. Grayscale: #626262. Windows color (decimal): -9545609 or 7821422. OLE color: 7821422.

HSL color Cylindrical-coordinate representation of color #6E5877: hue angle of 282.58º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5877 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 88 119 -
CMYK 0.08 0.26 0 0.53
HSL 282.58º 0.15% 0.41% -
HSV(B) 282.58º 0.26% 0.47% -
XYZ 13.25 11.63 19 -
YUV 98.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 110 88 119 0.08 0.26 0 0.53 282.58 0.15 0.41
Hex 6E 58 77 8 1A 0 35 11B F 29
Octal 156 130 167 10 32 0 65 433 17 51
Binary 1101110 1011000 1110111 1000 11010 0 110101 100011011 1111 101001

Color Harmonies of #6E5877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5877

Black with #6E5877

Text Example


Text Example

White with #6E5877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,88,119); }

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

background-color css

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

 a { background-color: rgb(110,88,119); }

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

border-color css

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

 span { border-color: rgb(110,88,119); }

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