Html Css Color HEX #6A5189 Butterfly Bush

📋 copy color: '#6A5189'

red 106 ◦ green 81 ◦ blue 137

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

Shades of Butterfly Bush #6A5189

Tints of Butterfly Bush #6A5189

RGB

 RED value IS 106 (41.8% from 255) = 32.72%

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

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 32.72%
G = 25%
B = 42.28%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6A5189 (or 0x6A5189) is known color: Butterfly Bush. HEX triplet: 6A, 51 and 89. RGB value is (106,81,137). Sum of RGB (Red+Green+Blue) = 106+81+137=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A5189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5189 is #95AE76. Grayscale: #5E5E5E. Windows color (decimal): -9809527 or 8999274. OLE color: 8999274.

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

Color convert

RGB 106 81 137 -
CMYK 0.23 0.41 0 0.46
HSL 266.79º 0.26% 0.43% -
HSV(B) 266.79º 0.41% 0.54% -
XYZ 13.4 10.76 25.04 -
YUV 94.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 106 81 137 0.23 0.41 0 0.46 266.79 0.26 0.43
Hex 6A 51 89 17 29 0 2E 10B 1A 2B
Octal 152 121 211 27 51 0 56 413 32 53
Binary 1101010 1010001 10001001 10111 101001 0 101110 100001011 11010 101011

Color Harmonies of #6A5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5189

Black with #6A5189

Text Example


Text Example

White with #6A5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,81,137); }

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

background-color css

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

 a { background-color: rgb(106,81,137); }

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

border-color css

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

 span { border-color: rgb(106,81,137); }

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