Html Css Color HEX #6D568C Butterfly Bush

📋 copy color: '#6D568C'

red 109 ◦ green 86 ◦ blue 140

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

Shades of Butterfly Bush #6D568C

Tints of Butterfly Bush #6D568C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 32.54%
G = 25.67%
B = 41.79%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D568C (or 0x6D568C) is known color: Butterfly Bush. HEX triplet: 6D, 56 and 8C. RGB value is (109,86,140). Sum of RGB (Red+Green+Blue) = 109+86+140=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D568C is #92A973. Grayscale: #626262. Windows color (decimal): -9611636 or 9197165. OLE color: 9197165.

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

Color convert

RGB 109 86 140 -
CMYK 0.22 0.39 0 0.45
HSL 265.56º 0.24% 0.44% -
HSV(B) 265.56º 0.39% 0.55% -
XYZ 14.37 11.8 26.33 -
YUV 99.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 109 86 140 0.22 0.39 0 0.45 265.56 0.24 0.44
Hex 6D 56 8C 16 27 0 2D 10A 18 2C
Octal 155 126 214 26 47 0 55 412 30 54
Binary 1101101 1010110 10001100 10110 100111 0 101101 100001010 11000 101100

Color Harmonies of #6D568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D568C

Black with #6D568C

Text Example


Text Example

White with #6D568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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