Html Css Color HEX #6D5685 Butterfly Bush

📋 copy color: '#6D5685'

red 109 ◦ green 86 ◦ blue 133

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

Shades of Butterfly Bush #6D5685

Tints of Butterfly Bush #6D5685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.22%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 33.23%
G = 26.22%
B = 40.55%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D5685 (or 0x6D5685) is known color: Butterfly Bush. HEX triplet: 6D, 56 and 85. RGB value is (109,86,133). Sum of RGB (Red+Green+Blue) = 109+86+133=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D5685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5685 is #92A97A. Grayscale: #626262. Windows color (decimal): -9611643 or 8738413. OLE color: 8738413.

HSL color Cylindrical-coordinate representation of color #6D5685: hue angle of 269.36º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D5685 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 86 133 -
CMYK 0.18 0.35 0 0.48
HSL 269.36º 0.21% 0.43% -
HSV(B) 269.36º 0.35% 0.52% -
XYZ 13.87 11.6 23.7 -
YUV 98.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 109 86 133 0.18 0.35 0 0.48 269.36 0.21 0.43
Hex 6D 56 85 12 23 0 30 10D 15 2B
Octal 155 126 205 22 43 0 60 415 25 53
Binary 1101101 1010110 10000101 10010 100011 0 110000 100001101 10101 101011

Color Harmonies of #6D5685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5685

Black with #6D5685

Text Example


Text Example

White with #6D5685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,86,133); }

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

background-color css

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

 a { background-color: rgb(109,86,133); }

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

border-color css

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

 span { border-color: rgb(109,86,133); }

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