#6B568A

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

Shades of Butterfly Bush #6B568A

Tints of Butterfly Bush #6B568A

Color information

#6B568A (or 0x6B568A) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 56 and 8A. RGB value is (107,86,138). Sum of RGB (Red+Green+Blue) = 107+86+138=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B568A is #94A975. Grayscale: #626262. Windows color (decimal): -9742710 or 9066091. OLE color: 9066091.

HSL color Cylindrical-coordinate representation of color #6B568A: hue angle of 264.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B568A is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10786138-
CMYK0.220.3800.46
HSL264.23º23.21%43.92%-
HSV(B)264.23º37.68%54.12%-
XYZ13.9811.6225.55-
YUV98.21150.46134.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=32.33%
G=25.98%
B=41.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107861380.220.3800.46264.2323.2143.92
Hex6B568A162602E108172c
Octal15312621226460564102754
Binary110101110101101000101010110100110010111010000100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,86,138); }

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

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

 a { background-color: rgb(107,86,138); }

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

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

 span { border-color: rgb(107,86,138); }

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