Html Css Color HEX #6D5191 Butterfly Bush

📋 copy color: '#6D5191'

red 109 ◦ green 81 ◦ blue 145

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

Shades of Butterfly Bush #6D5191

Tints of Butterfly Bush #6D5191

RGB

 RED value IS 109 (42.97% from 255) = 32.54%

 GREEN value IS 81 (32.03% from 255) = 24.18%

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

R = 32.54%
G = 24.18%
B = 43.28%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D5191 (or 0x6D5191) is known color: Butterfly Bush. HEX triplet: 6D, 51 and 91. RGB value is (109,81,145). Sum of RGB (Red+Green+Blue) = 109+81+145=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5191 is #92AE6E. Grayscale: #606060. Windows color (decimal): -9612911 or 9523565. OLE color: 9523565.

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

Color convert

RGB 109 81 145 -
CMYK 0.25 0.44 0 0.43
HSL 266.25º 0.28% 0.44% -
HSV(B) 266.25º 0.44% 0.57% -
XYZ 14.36 11.18 28.19 -
YUV 96.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 109 81 145 0.25 0.44 0 0.43 266.25 0.28 0.44
Hex 6D 51 91 19 2C 0 2B 10A 1C 2C
Octal 155 121 221 31 54 0 53 412 34 54
Binary 1101101 1010001 10010001 11001 101100 0 101011 100001010 11100 101100

Color Harmonies of #6D5191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5191

Black with #6D5191

Text Example


Text Example

White with #6D5191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,145); }

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

background-color css

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

 a { background-color: rgb(109,81,145); }

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

border-color css

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

 span { border-color: rgb(109,81,145); }

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