#69588E

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

Shades of Butterfly Bush #69588E

Tints of Butterfly Bush #69588E

Color information

#69588E (or 0x69588E) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 8E. RGB value is (105,88,142). Sum of RGB (Red+Green+Blue) = 105+88+142=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #69588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69588E is #96A771. Grayscale: #636363. Windows color (decimal): -9873266 or 9328745. OLE color: 9328745.

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

Color convert

RGB10588142-
CMYK0.260.3800.44
HSL258.89º23.48%45.1%-
HSV(B)258.89º38.03%55.69%-
XYZ14.211.9427.15-
YUV99.24152.13132.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=31.34%
G=26.27%
B=42.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105881420.260.3800.44258.8923.4845.1
Hex69588E1A2602C103172d
Octal15113021632460544032755
Binary110100110110001000111011010100110010110010000001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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