#6A568C

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

Shades of Butterfly Bush #6A568C

Tints of Butterfly Bush #6A568C

Color information

#6A568C (or 0x6A568C) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 56 and 8C. RGB value is (106,86,140). Sum of RGB (Red+Green+Blue) = 106+86+140=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A568C is #95A973. Grayscale: #616161. Windows color (decimal): -9808244 or 9197162. OLE color: 9197162.

HSL color Cylindrical-coordinate representation of color #6A568C: hue angle of 262.22º 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 #6A568C is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10686140-
CMYK0.240.3900.45
HSL262.22º23.89%44.31%-
HSV(B)262.22º38.57%54.9%-
XYZ14.0111.6126.31-
YUV98.14151.63133.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.93%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=31.93%
G=25.90%
B=42.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106861400.240.3900.45262.2223.8944.31
Hex6A568C182702D106182c
Octal15212621430470554063054
Binary110101010101101000110011000100111010110110000011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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