Html Css Color HEX #6E5986 Butterfly Bush

📋 copy color: '#6E5986'

red 110 ◦ green 89 ◦ blue 134

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

Shades of Butterfly Bush #6E5986

Tints of Butterfly Bush #6E5986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 33.03%
G = 26.73%
B = 40.24%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E5986 (or 0x6E5986) is known color: Butterfly Bush. HEX triplet: 6E, 59 and 86. RGB value is (110,89,134). Sum of RGB (Red+Green+Blue) = 110+89+134=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E5986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5986 is #91A679. Grayscale: #646464. Windows color (decimal): -9545338 or 8804718. OLE color: 8804718.

HSL color Cylindrical-coordinate representation of color #6E5986: hue angle of 268º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E5986 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 89 134 -
CMYK 0.18 0.34 0 0.47
HSL 268º 0.2% 0.44% -
HSV(B) 268º 0.34% 0.53% -
XYZ 14.31 12.18 24.15 -
YUV 100.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 110 89 134 0.18 0.34 0 0.47 268 0.2 0.44
Hex 6E 59 86 12 22 0 2F 10C 14 2C
Octal 156 131 206 22 42 0 57 414 24 54
Binary 1101110 1011001 10000110 10010 100010 0 101111 100001100 10100 101100

Color Harmonies of #6E5986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5986

Black with #6E5986

Text Example


Text Example

White with #6E5986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,89,134); }

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

background-color css

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

 a { background-color: rgb(110,89,134); }

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

border-color css

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

 span { border-color: rgb(110,89,134); }

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