#69557E

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

Shades of Butterfly Bush #69557E

Tints of Butterfly Bush #69557E

Color information

#69557E (or 0x69557E) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 7E. RGB value is (105,85,126). Sum of RGB (Red+Green+Blue) = 105+85+126=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #69557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69557E is #96AA81. Grayscale: #5F5F5F. Windows color (decimal): -9874050 or 8279401. OLE color: 8279401.

HSL color Cylindrical-coordinate representation of color #69557E: hue angle of 269.27º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69557E is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10585126-
CMYK0.170.3300.51
HSL269.27º19.43%41.37%-
HSV(B)269.27º32.54%49.41%-
XYZ12.8411.0121.19-
YUV95.65145.13134.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=33.23%
G=26.90%
B=39.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105851260.170.3300.51269.2719.4341.37
Hex69557E112103310d1329
Octal15112517621410634152351
Binary11010011010101111111010001100001011001110000110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69557E; }

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

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

<style>
 a { background-color: #69557E; }

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

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

<style>
 span { border-color: #69557E; }

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

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