Html Css Color HEX #6D559B Butterfly Bush

📋 copy color: '#6D559B'

red 109 ◦ green 85 ◦ blue 155

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

Shades of Butterfly Bush #6D559B

Tints of Butterfly Bush #6D559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.36%

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 31.23%
G = 24.36%
B = 44.41%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D559B (or 0x6D559B) is known color: Butterfly Bush. HEX triplet: 6D, 55 and 9B. RGB value is (109,85,155). Sum of RGB (Red+Green+Blue) = 109+85+155=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D559B is #92AA64. Grayscale: #636363. Windows color (decimal): -9611877 or 10179949. OLE color: 10179949.

HSL color Cylindrical-coordinate representation of color #6D559B: hue angle of 260.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D559B is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 85 155 -
CMYK 0.30 0.45 0 0.39
HSL 260.57º 0.29% 0.47% -
HSV(B) 260.57º 0.45% 0.61% -
XYZ 15.47 12.11 32.53 -
YUV 100.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 109 85 155 0.30 0.45 0 0.39 260.57 0.29 0.47
Hex 6D 55 9B 1E 2D 0 27 105 1D 2F
Octal 155 125 233 36 55 0 47 405 35 57
Binary 1101101 1010101 10011011 11110 101101 0 100111 100000101 11101 101111

Color Harmonies of #6D559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D559B

Black with #6D559B

Text Example


Text Example

White with #6D559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,155); }

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

background-color css

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

 a { background-color: rgb(109,85,155); }

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

border-color css

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

 span { border-color: rgb(109,85,155); }

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