Html Css Color HEX #6D528E Butterfly Bush

📋 copy color: '#6D528E'

red 109 ◦ green 82 ◦ blue 142

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

Shades of Butterfly Bush #6D528E

Tints of Butterfly Bush #6D528E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

 BLUE value IS 142 (55.86% from 255) = 42.64%

R = 32.73%
G = 24.62%
B = 42.64%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D528E (or 0x6D528E) is known color: Butterfly Bush. HEX triplet: 6D, 52 and 8E. RGB value is (109,82,142). Sum of RGB (Red+Green+Blue) = 109+82+142=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D528E is #92AD71. Grayscale: #606060. Windows color (decimal): -9612658 or 9327213. OLE color: 9327213.

HSL color Cylindrical-coordinate representation of color #6D528E: hue angle of 267º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D528E is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 82 142 -
CMYK 0.23 0.42 0 0.44
HSL 267º 0.27% 0.44% -
HSV(B) 267º 0.42% 0.56% -
XYZ 14.21 11.24 27.01 -
YUV 96.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 109 82 142 0.23 0.42 0 0.44 267 0.27 0.44
Hex 6D 52 8E 17 2A 0 2C 10B 1B 2C
Octal 155 122 216 27 52 0 54 413 33 54
Binary 1101101 1010010 10001110 10111 101010 0 101100 100001011 11011 101100

Color Harmonies of #6D528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D528E

Black with #6D528E

Text Example


Text Example

White with #6D528E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,142); }

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

background-color css

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

 a { background-color: rgb(109,82,142); }

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

border-color css

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

 span { border-color: rgb(109,82,142); }

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