#69558D

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

Shades of Butterfly Bush #69558D

Tints of Butterfly Bush #69558D

Color information

#69558D (or 0x69558D) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 8D. RGB value is (105,85,141). Sum of RGB (Red+Green+Blue) = 105+85+141=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #69558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69558D is #96AA72. Grayscale: #616161. Windows color (decimal): -9874035 or 9262441. OLE color: 9262441.

HSL color Cylindrical-coordinate representation of color #69558D: hue angle of 261.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69558D is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10585141-
CMYK0.260.4000.45
HSL261.43º24.78%44.31%-
HSV(B)261.43º39.72%55.29%-
XYZ13.8811.4226.67-
YUV97.36152.63133.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=31.72%
G=25.68%
B=42.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105851410.260.4000.45261.4324.7844.31
Hex69558D1A2802D105192c
Octal15112521532500554053154
Binary110100110101011000110111010101000010110110000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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