#69508D

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

Shades of Butterfly Bush #69508D

Tints of Butterfly Bush #69508D

Color information

#69508D (or 0x69508D) is unknown color: approx Butterfly Bush. HEX triplet: 69, 50 and 8D. RGB value is (105,80,141). Sum of RGB (Red+Green+Blue) = 105+80+141=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #69508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69508D is #96AF72. Grayscale: #5E5E5E. Windows color (decimal): -9875315 or 9261161. OLE color: 9261161.

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

Color convert

RGB10580141-
CMYK0.260.4300.45
HSL264.59º27.6%43.33%-
HSV(B)264.59º43.26%55.29%-
XYZ13.510.6626.55-
YUV94.43154.28135.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=32.21%
G=24.54%
B=43.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105801410.260.4300.45264.5927.643.33
Hex69508D1A2B02D1091c2b
Octal15112021532530554113453
Binary110100110100001000110111010101011010110110000100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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