#69588B

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

Shades of Butterfly Bush #69588B

Tints of Butterfly Bush #69588B

Color information

#69588B (or 0x69588B) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 8B. RGB value is (105,88,139). Sum of RGB (Red+Green+Blue) = 105+88+139=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #69588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69588B is #96A774. Grayscale: #626262. Windows color (decimal): -9873269 or 9132137. OLE color: 9132137.

HSL color Cylindrical-coordinate representation of color #69588B: hue angle of 260º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69588B is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10588139-
CMYK0.240.3700.45
HSL260º22.47%44.51%-
HSV(B)260º36.69%54.51%-
XYZ13.9811.8525.98-
YUV98.9150.63132.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=31.63%
G=26.51%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105881390.240.3700.4526022.4744.51
Hex69588B182502D104162d
Octal15113021330450554042655
Binary110100110110001000101111000100101010110110000010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,88,139); }

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

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

 a { background-color: rgb(105,88,139); }

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

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

 span { border-color: rgb(105,88,139); }

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