Html Css Color HEX #6D5886 Butterfly Bush

📋 copy color: '#6D5886'

red 109 ◦ green 88 ◦ blue 134

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

Shades of Butterfly Bush #6D5886

Tints of Butterfly Bush #6D5886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 32.93%
G = 26.59%
B = 40.48%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6D5886 (or 0x6D5886) is known color: Butterfly Bush. HEX triplet: 6D, 58 and 86. RGB value is (109,88,134). Sum of RGB (Red+Green+Blue) = 109+88+134=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D5886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5886 is #92A779. Grayscale: #636363. Windows color (decimal): -9611130 or 8804461. OLE color: 8804461.

HSL color Cylindrical-coordinate representation of color #6D5886: hue angle of 267.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D5886 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 88 134 -
CMYK 0.19 0.34 0 0.47
HSL 267.39º 0.21% 0.44% -
HSV(B) 267.39º 0.34% 0.53% -
XYZ 14.1 11.95 24.12 -
YUV 99.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 109 88 134 0.19 0.34 0 0.47 267.39 0.21 0.44
Hex 6D 58 86 13 22 0 2F 10B 15 2C
Octal 155 130 206 23 42 0 57 413 25 54
Binary 1101101 1011000 10000110 10011 100010 0 101111 100001011 10101 101100

Color Harmonies of #6D5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5886

Black with #6D5886

Text Example


Text Example

White with #6D5886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,134); }

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

background-color css

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

 a { background-color: rgb(109,88,134); }

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

border-color css

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

 span { border-color: rgb(109,88,134); }

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