Html Css Color HEX #6E5395 Butterfly Bush

📋 copy color: '#6E5395'

red 110 ◦ green 83 ◦ blue 149

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

Shades of Butterfly Bush #6E5395

Tints of Butterfly Bush #6E5395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.27%

 BLUE value IS 149 (58.59% from 255) = 43.57%

R = 32.16%
G = 24.27%
B = 43.57%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E5395 (or 0x6E5395) is known color: Butterfly Bush. HEX triplet: 6E, 53 and 95. RGB value is (110,83,149). Sum of RGB (Red+Green+Blue) = 110+83+149=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E5395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5395 is #91AC6A. Grayscale: #626262. Windows color (decimal): -9546859 or 9786222. OLE color: 9786222.

HSL color Cylindrical-coordinate representation of color #6E5395: hue angle of 264.55º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E5395 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 83 149 -
CMYK 0.26 0.44 0 0.42
HSL 264.55º 0.28% 0.45% -
HSV(B) 264.55º 0.44% 0.58% -
XYZ 14.95 11.67 29.9 -
YUV 98.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 110 83 149 0.26 0.44 0 0.42 264.55 0.28 0.45
Hex 6E 53 95 1A 2C 0 2A 109 1C 2D
Octal 156 123 225 32 54 0 52 411 34 55
Binary 1101110 1010011 10010101 11010 101100 0 101010 100001001 11100 101101

Color Harmonies of #6E5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5395

Black with #6E5395

Text Example


Text Example

White with #6E5395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,83,149); }

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

background-color css

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

 a { background-color: rgb(110,83,149); }

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

border-color css

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

 span { border-color: rgb(110,83,149); }

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