#6C5589

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

Shades of Butterfly Bush #6C5589

Tints of Butterfly Bush #6C5589

Color information

#6C5589 (or 0x6C5589) is unknown color: approx Butterfly Bush. HEX triplet: 6C, 55 and 89. RGB value is (108,85,137). Sum of RGB (Red+Green+Blue) = 108+85+137=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C5589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5589 is #93AA76. Grayscale: #616161. Windows color (decimal): -9677431 or 9000300. OLE color: 9000300.

HSL color Cylindrical-coordinate representation of color #6C5589: hue angle of 266.54º 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 #6C5589 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10885137-
CMYK0.210.3800.46
HSL266.54º23.42%43.53%-
HSV(B)266.54º37.96%53.73%-
XYZ13.9511.4925.15-
YUV97.8150.12135.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.73%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=32.73%
G=25.76%
B=41.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108851370.210.3800.46266.5423.4243.53
Hex6C5589152602E10b172c
Octal15412521125460564132754
Binary110110010101011000100110101100110010111010000101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,85,137); }

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

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

 a { background-color: rgb(108,85,137); }

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

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

 span { border-color: rgb(108,85,137); }

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