#6A5985

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

Shades of Butterfly Bush #6A5985

Tints of Butterfly Bush #6A5985

Color information

#6A5985 (or 0x6A5985) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 59 and 85. RGB value is (106,89,133). Sum of RGB (Red+Green+Blue) = 106+89+133=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 89 (35.16% from 255 or 27.13% 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 #6A5985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5985 is #95A67A. Grayscale: #626262. Windows color (decimal): -9807483 or 8739178. OLE color: 8739178.

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

Color convert

RGB10689133-
CMYK0.200.3300.48
HSL263.18º19.82%43.53%-
HSV(B)263.18º33.08%52.16%-
XYZ13.7511.923.76-
YUV99.1147.13132.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=32.32%
G=27.13%
B=40.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106891330.200.3300.48263.1819.8243.53
Hex6A59851421030107142c
Octal15213120524410604072454
Binary110101010110011000010110100100001011000010000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,89,133); }

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

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

 a { background-color: rgb(106,89,133); }

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

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

 span { border-color: rgb(106,89,133); }

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