#69519B

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

Shades of Butterfly Bush #69519B

Tints of Butterfly Bush #69519B

Color information

#69519B (or 0x69519B) is unknown color: approx Butterfly Bush. HEX triplet: 69, 51 and 9B. RGB value is (105,81,155). Sum of RGB (Red+Green+Blue) = 105+81+155=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #69519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69519B is #96AE64. Grayscale: #606060. Windows color (decimal): -9875045 or 10178921. OLE color: 10178921.

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

Color convert

RGB10581155-
CMYK0.320.4800.39
HSL259.46º31.36%46.27%-
HSV(B)259.46º47.74%60.78%-
XYZ14.6811.2532.41-
YUV96.61160.95133.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=30.79%
G=23.75%
B=45.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105811550.320.4800.39259.4631.3646.27
Hex69519B20300271031f2e
Octal15112123340600474033756
Binary1101001101000110011011100000110000010011110000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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