#6C5785

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

Shades of Butterfly Bush #6C5785

Tints of Butterfly Bush #6C5785

Color information

#6C5785 (or 0x6C5785) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 57 and 85. RGB value is (108,87,133). Sum of RGB (Red+Green+Blue) = 108+87+133=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5785 is #93A87A. Grayscale: #626262. Windows color (decimal): -9676923 or 8738668. OLE color: 8738668.

HSL color Cylindrical-coordinate representation of color #6C5785: hue angle of 267.39º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C5785 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10887133-
CMYK0.190.3500.48
HSL267.39º20.91%43.14%-
HSV(B)267.39º34.59%52.16%-
XYZ13.8311.723.72-
YUV98.52147.46134.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.93%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=32.93%
G=26.52%
B=40.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108871330.190.3500.48267.3920.9143.14
Hex6C5785132303010b152b
Octal15412720523430604132553
Binary110110010101111000010110011100011011000010000101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,87,133); }

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

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

 a { background-color: rgb(108,87,133); }

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

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

 span { border-color: rgb(108,87,133); }

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