#6E528B

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

Shades of Butterfly Bush #6E528B

Tints of Butterfly Bush #6E528B

Color information

#6E528B (or 0x6E528B) is unknown color: approx Butterfly Bush. HEX triplet: 6E, 52 and 8B. RGB value is (110,82,139). Sum of RGB (Red+Green+Blue) = 110+82+139=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E528B is #91AD74. Grayscale: #606060. Windows color (decimal): -9547125 or 9130606. OLE color: 9130606.

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

Color convert

RGB11082139-
CMYK0.210.4100.45
HSL269.47º25.79%43.33%-
HSV(B)269.47º41.01%54.51%-
XYZ14.1111.2125.85-
YUV96.87151.78137.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.23%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=33.23%
G=24.77%
B=41.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110821390.210.4100.45269.4725.7943.33
Hex6E528B152902D10d1a2b
Octal15612221325510554153253
Binary110111010100101000101110101101001010110110000110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,139); }

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

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

 a { background-color: rgb(110,82,139); }

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

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

 span { border-color: rgb(110,82,139); }

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