Html Css Color HEX #6E5890 Butterfly Bush

📋 copy color: '#6E5890'

red 110 ◦ green 88 ◦ blue 144

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

Shades of Butterfly Bush #6E5890

Tints of Butterfly Bush #6E5890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.11%

R = 32.16%
G = 25.73%
B = 42.11%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E5890 (or 0x6E5890) is known color: Butterfly Bush. HEX triplet: 6E, 58 and 90. RGB value is (110,88,144). Sum of RGB (Red+Green+Blue) = 110+88+144=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E5890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5890 is #91A76F. Grayscale: #646464. Windows color (decimal): -9545584 or 9459822. OLE color: 9459822.

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

Color convert

RGB 110 88 144 -
CMYK 0.24 0.39 0 0.44
HSL 263.57º 0.24% 0.45% -
HSV(B) 263.57º 0.39% 0.56% -
XYZ 14.95 12.31 27.97 -
YUV 100.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 110 88 144 0.24 0.39 0 0.44 263.57 0.24 0.45
Hex 6E 58 90 18 27 0 2C 108 18 2D
Octal 156 130 220 30 47 0 54 410 30 55
Binary 1101110 1011000 10010000 11000 100111 0 101100 100001000 11000 101101

Color Harmonies of #6E5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5890

Black with #6E5890

Text Example


Text Example

White with #6E5890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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