#6A559B

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

Shades of Butterfly Bush #6A559B

Tints of Butterfly Bush #6A559B

Color information

#6A559B (or 0x6A559B) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 55 and 9B. RGB value is (106,85,155). Sum of RGB (Red+Green+Blue) = 106+85+155=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A559B is #95AA64. Grayscale: #626262. Windows color (decimal): -9808485 or 10179946. OLE color: 10179946.

HSL color Cylindrical-coordinate representation of color #6A559B: hue angle of 258º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A559B is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10685155-
CMYK0.320.4500.39
HSL258º29.17%47.06%-
HSV(B)258º45.16%60.78%-
XYZ15.1111.9332.52-
YUV99.26159.46132.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.64%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=30.64%
G=24.57%
B=44.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106851550.320.4500.3925829.1747.06
Hex6A559B202D0271021d2f
Octal15212523340550474023557
Binary1101010101010110011011100000101101010011110000001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,85,155); }

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

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

 a { background-color: rgb(106,85,155); }

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

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

 span { border-color: rgb(106,85,155); }

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