#6B568C

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

Shades of Butterfly Bush #6B568C

Tints of Butterfly Bush #6B568C

Color information

#6B568C (or 0x6B568C) is unknown color: approx Butterfly Bush. HEX triplet: 6B, 56 and 8C. RGB value is (107,86,140). Sum of RGB (Red+Green+Blue) = 107+86+140=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B568C is #94A973. Grayscale: #626262. Windows color (decimal): -9742708 or 9197163. OLE color: 9197163.

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

Color convert

RGB10786140-
CMYK0.240.3900.45
HSL263.33º23.89%44.31%-
HSV(B)263.33º38.57%54.9%-
XYZ14.1211.6726.32-
YUV98.44151.46134.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.13%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 140 (55.08% from 255) = 42.04%
R=32.13%
G=25.83%
B=42.04%

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
Decimal107861400.240.3900.45263.3323.8944.31
Hex6B568C182702D107182c
Octal15312621430470554073054
Binary110101110101101000110011000100111010110110000011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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