#6A498D

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

Shades of Butterfly Bush #6A498D

Tints of Butterfly Bush #6A498D

Color information

#6A498D (or 0x6A498D) is unknown color: approx Butterfly Bush. HEX triplet: 6A, 49 and 8D. RGB value is (106,73,141). Sum of RGB (Red+Green+Blue) = 106+73+141=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A498D is #95B672. Grayscale: #5A5A5A. Windows color (decimal): -9811571 or 9259370. OLE color: 9259370.

HSL color Cylindrical-coordinate representation of color #6A498D: hue angle of 269.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A498D is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10673141-
CMYK0.250.4800.45
HSL269.12º31.78%41.96%-
HSV(B)269.12º48.23%55.29%-
XYZ13.139.7526.39-
YUV90.62156.43138.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=33.12%
G=22.81%
B=44.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106731410.250.4800.45269.1231.7841.96
Hex6A498D193002D10d202a
Octal15211121531600554154052
Binary1101010100100110001101110011100000101101100001101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,73,141); }

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

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

 a { background-color: rgb(106,73,141); }

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

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

 span { border-color: rgb(106,73,141); }

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