Html Css Color HEX #6E5291 Butterfly Bush

📋 copy color: '#6E5291'

red 110 ◦ green 82 ◦ blue 145

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

Shades of Butterfly Bush #6E5291

Tints of Butterfly Bush #6E5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.33%

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

R = 32.64%
G = 24.33%
B = 43.03%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E5291 (or 0x6E5291) is known color: Butterfly Bush. HEX triplet: 6E, 52 and 91. RGB value is (110,82,145). Sum of RGB (Red+Green+Blue) = 110+82+145=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E5291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5291 is #91AD6E. Grayscale: #616161. Windows color (decimal): -9547119 or 9523822. OLE color: 9523822.

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

Color convert

RGB 110 82 145 -
CMYK 0.24 0.43 0 0.43
HSL 266.67º 0.28% 0.45% -
HSV(B) 266.67º 0.43% 0.57% -
XYZ 14.56 11.39 28.22 -
YUV 97.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 110 82 145 0.24 0.43 0 0.43 266.67 0.28 0.45
Hex 6E 52 91 18 2B 0 2B 10B 1C 2D
Octal 156 122 221 30 53 0 53 413 34 55
Binary 1101110 1010010 10010001 11000 101011 0 101011 100001011 11100 101101

Color Harmonies of #6E5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5291

Black with #6E5291

Text Example


Text Example

White with #6E5291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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