Html Css Color HEX #6E5A91 Butterfly Bush

📋 copy color: '#6E5A91'

red 110 ◦ green 90 ◦ blue 145

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

Shades of Butterfly Bush #6E5A91

Tints of Butterfly Bush #6E5A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

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

R = 31.88%
G = 26.09%
B = 42.03%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E5A91 (or 0x6E5A91) is known color: Butterfly Bush. HEX triplet: 6E, 5A and 91. RGB value is (110,90,145). Sum of RGB (Red+Green+Blue) = 110+90+145=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E5A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5A91 is #91A56E. Grayscale: #666666. Windows color (decimal): -9545071 or 9525870. OLE color: 9525870.

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

Color convert

RGB 110 90 145 -
CMYK 0.24 0.38 0 0.43
HSL 261.82º 0.23% 0.46% -
HSV(B) 261.82º 0.38% 0.57% -
XYZ 15.2 12.67 28.43 -
YUV 102.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 110 90 145 0.24 0.38 0 0.43 261.82 0.23 0.46
Hex 6E 5A 91 18 26 0 2B 106 17 2E
Octal 156 132 221 30 46 0 53 406 27 56
Binary 1101110 1011010 10010001 11000 100110 0 101011 100000110 10111 101110

Color Harmonies of #6E5A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5A91

Black with #6E5A91

Text Example


Text Example

White with #6E5A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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