#69519A

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

Shades of Butterfly Bush #69519A

Tints of Butterfly Bush #69519A

Color information

#69519A (or 0x69519A) is unknown color: approx Butterfly Bush. HEX triplet: 69, 51 and 9A. RGB value is (105,81,154). Sum of RGB (Red+Green+Blue) = 105+81+154=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #69519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69519A is #96AE65. Grayscale: #606060. Windows color (decimal): -9875046 or 10113385. OLE color: 10113385.

HSL color Cylindrical-coordinate representation of color #69519A: hue angle of 259.73º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69519A is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10581154-
CMYK0.320.4700.40
HSL259.73º31.06%46.08%-
HSV(B)259.73º47.4%60.39%-
XYZ14.611.2231.97-
YUV96.5160.45134.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 154 (60.55% from 255) = 45.29%
R=30.88%
G=23.82%
B=45.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105811540.320.4700.40259.7331.0646.08
Hex69519A202F0281041f2e
Octal15112123240570504043756
Binary1101001101000110011010100000101111010100010000010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69519A; }

 p { color: rgb(105,81,154); }

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

<style>
 a { background-color: #69519A; }

 a { background-color: rgb(105,81,154); }

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

<style>
 span { border-color: #69519A; }

 span { border-color: rgb(105,81,154); }

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