#6B528D

Color #6B528D Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #6B528D

Tints of Butterfly Bush #6B528D

Color information

#6B528D (or 0x6B528D) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 52 and 8D. RGB value is (107,82,141). Sum of RGB (Red+Green+Blue) = 107+82+141=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B528D is #94AD72. Grayscale: #5F5F5F. Windows color (decimal): -9743731 or 9261675. OLE color: 9261675.

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

Color convert

RGB10782141-
CMYK0.240.4200.45
HSL265.42º26.46%43.73%-
HSV(B)265.42º41.84%55.29%-
XYZ13.8911.0826.61-
YUV96.2153.28135.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=32.42%
G=24.85%
B=42.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107821410.240.4200.45265.4226.4643.73
Hex6B528D182A02D1091a2c
Octal15312221530520554113254
Binary110101110100101000110111000101010010110110000100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,82,141); }

 H1.HeaderClassName
 {
   color: #6B528D;
 }
 .AnyTagClassName
 {
   color: #6B528D;
 }
</style>
background-color css

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

 a { background-color: rgb(107,82,141); }

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

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

 span { border-color: rgb(107,82,141); }

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