#6C5885

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

Shades of Butterfly Bush #6C5885

Tints of Butterfly Bush #6C5885

Color information

#6C5885 (or 0x6C5885) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 58 and 85. RGB value is (108,88,133). Sum of RGB (Red+Green+Blue) = 108+88+133=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C5885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5885 is #93A77A. Grayscale: #626262. Windows color (decimal): -9676667 or 8738924. OLE color: 8738924.

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

Color convert

RGB10888133-
CMYK0.190.3400.48
HSL266.67º20.36%43.33%-
HSV(B)266.67º33.83%52.16%-
XYZ13.9111.8623.75-
YUV99.11147.13134.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=32.83%
G=26.75%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108881330.190.3400.48266.6720.3643.33
Hex6C5885132203010b142b
Octal15413020523420604132453
Binary110110010110001000010110011100010011000010000101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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