#69498D

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

Shades of Butterfly Bush #69498D

Tints of Butterfly Bush #69498D

Color information

#69498D (or 0x69498D) is unknown color: approx Butterfly Bush. HEX triplet: 69, 49 and 8D. RGB value is (105,73,141). Sum of RGB (Red+Green+Blue) = 105+73+141=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #69498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69498D is #96B672. Grayscale: #5A5A5A. Windows color (decimal): -9877107 or 9259369. OLE color: 9259369.

HSL color Cylindrical-coordinate representation of color #69498D: hue angle of 268.24º 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 #69498D is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10573141-
CMYK0.260.4800.45
HSL268.24º31.78%41.96%-
HSV(B)268.24º48.23%55.29%-
XYZ13.029.6926.38-
YUV90.32156.6138.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=32.92%
G=22.88%
B=44.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105731410.260.4800.45268.2431.7841.96
Hex69498D1A3002D10c202a
Octal15111121532600554144052
Binary1101001100100110001101110101100000101101100001100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69498D; }

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

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

<style>
 a { background-color: #69498D; }

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

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

<style>
 span { border-color: #69498D; }

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

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