Html Css Color HEX #6E5891 Butterfly Bush

📋 copy color: '#6E5891'

red 110 ◦ green 88 ◦ blue 145

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

Shades of Butterfly Bush #6E5891

Tints of Butterfly Bush #6E5891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 32.07%
G = 25.66%
B = 42.27%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E5891 (or 0x6E5891) is known color: Butterfly Bush. HEX triplet: 6E, 58 and 91. RGB value is (110,88,145). Sum of RGB (Red+Green+Blue) = 110+88+145=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E5891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5891 is #91A76E. Grayscale: #646464. Windows color (decimal): -9545583 or 9525358. OLE color: 9525358.

HSL color Cylindrical-coordinate representation of color #6E5891: hue angle of 263.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E5891 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 88 145 -
CMYK 0.24 0.39 0 0.43
HSL 263.16º 0.24% 0.46% -
HSV(B) 263.16º 0.39% 0.57% -
XYZ 15.03 12.34 28.38 -
YUV 101.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 110 88 145 0.24 0.39 0 0.43 263.16 0.24 0.46
Hex 6E 58 91 18 27 0 2B 107 18 2E
Octal 156 130 221 30 47 0 53 407 30 56
Binary 1101110 1011000 10010001 11000 100111 0 101011 100000111 11000 101110

Color Harmonies of #6E5891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5891

Black with #6E5891

Text Example


Text Example

White with #6E5891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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