#69558E

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

Shades of Butterfly Bush #69558E

Tints of Butterfly Bush #69558E

Color information

#69558E (or 0x69558E) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 8E. RGB value is (105,85,142). Sum of RGB (Red+Green+Blue) = 105+85+142=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #69558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69558E is #96AA71. Grayscale: #616161. Windows color (decimal): -9874034 or 9327977. OLE color: 9327977.

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

Color convert

RGB10585142-
CMYK0.260.4000.44
HSL261.05º25.11%44.51%-
HSV(B)261.05º40.14%55.69%-
XYZ13.9611.4527.07-
YUV97.48153.13133.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=31.63%
G=25.60%
B=42.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105851420.260.4000.44261.0525.1144.51
Hex69558E1A2802C105192d
Octal15112521632500544053155
Binary110100110101011000111011010101000010110010000010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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