Html Css Color HEX #6E5691 Butterfly Bush

📋 copy color: '#6E5691'

red 110 ◦ green 86 ◦ blue 145

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

Shades of Butterfly Bush #6E5691

Tints of Butterfly Bush #6E5691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

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

R = 32.26%
G = 25.22%
B = 42.52%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E5691 (or 0x6E5691) is known color: Butterfly Bush. HEX triplet: 6E, 56 and 91. RGB value is (110,86,145). Sum of RGB (Red+Green+Blue) = 110+86+145=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E5691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5691 is #91A96E. Grayscale: #636363. Windows color (decimal): -9546095 or 9524846. OLE color: 9524846.

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

Color convert

RGB 110 86 145 -
CMYK 0.24 0.41 0 0.43
HSL 264.41º 0.26% 0.45% -
HSV(B) 264.41º 0.41% 0.57% -
XYZ 14.87 12.01 28.32 -
YUV 99.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 110 86 145 0.24 0.41 0 0.43 264.41 0.26 0.45
Hex 6E 56 91 18 29 0 2B 108 1A 2D
Octal 156 126 221 30 51 0 53 410 32 55
Binary 1101110 1010110 10010001 11000 101001 0 101011 100001000 11010 101101

Color Harmonies of #6E5691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5691

Black with #6E5691

Text Example


Text Example

White with #6E5691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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