Html Css Color HEX #6E5491 Butterfly Bush

📋 copy color: '#6E5491'

red 110 ◦ green 84 ◦ blue 145

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

Shades of Butterfly Bush #6E5491

Tints of Butterfly Bush #6E5491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.78%

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

R = 32.45%
G = 24.78%
B = 42.77%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E5491 (or 0x6E5491) is known color: Butterfly Bush. HEX triplet: 6E, 54 and 91. RGB value is (110,84,145). Sum of RGB (Red+Green+Blue) = 110+84+145=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E5491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5491 is #91AB6E. Grayscale: #626262. Windows color (decimal): -9546607 or 9524334. OLE color: 9524334.

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

Color convert

RGB 110 84 145 -
CMYK 0.24 0.42 0 0.43
HSL 265.57º 0.27% 0.45% -
HSV(B) 265.57º 0.42% 0.57% -
XYZ 14.71 11.7 28.27 -
YUV 98.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 110 84 145 0.24 0.42 0 0.43 265.57 0.27 0.45
Hex 6E 54 91 18 2A 0 2B 10A 1B 2D
Octal 156 124 221 30 52 0 53 412 33 55
Binary 1101110 1010100 10010001 11000 101010 0 101011 100001010 11011 101101

Color Harmonies of #6E5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5491

Black with #6E5491

Text Example


Text Example

White with #6E5491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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