Html Css Color HEX #6D518B Butterfly Bush

📋 copy color: '#6D518B'

red 109 ◦ green 81 ◦ blue 139

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

Shades of Butterfly Bush #6D518B

Tints of Butterfly Bush #6D518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 33.13%
G = 24.62%
B = 42.25%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D518B (or 0x6D518B) is known color: Butterfly Bush. HEX triplet: 6D, 51 and 8B. RGB value is (109,81,139). Sum of RGB (Red+Green+Blue) = 109+81+139=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D518B is #92AE74. Grayscale: #5F5F5F. Windows color (decimal): -9612917 or 9130349. OLE color: 9130349.

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

Color convert

RGB 109 81 139 -
CMYK 0.22 0.42 0 0.45
HSL 268.97º 0.26% 0.43% -
HSV(B) 268.97º 0.42% 0.55% -
XYZ 13.91 11 25.82 -
YUV 95.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 109 81 139 0.22 0.42 0 0.45 268.97 0.26 0.43
Hex 6D 51 8B 16 2A 0 2D 10D 1A 2B
Octal 155 121 213 26 52 0 55 415 32 53
Binary 1101101 1010001 10001011 10110 101010 0 101101 100001101 11010 101011

Color Harmonies of #6D518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D518B

Black with #6D518B

Text Example


Text Example

White with #6D518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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