#69529D

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

Shades of Butterfly Bush #69529D

Tints of Butterfly Bush #69529D

Color information

#69529D (or 0x69529D) is unknown color: approx Butterfly Bush. HEX triplet: 69, 52 and 9D. RGB value is (105,82,157). Sum of RGB (Red+Green+Blue) = 105+82+157=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #69529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69529D is #96AD62. Grayscale: #616161. Windows color (decimal): -9874787 or 10310249. OLE color: 10310249.

HSL color Cylindrical-coordinate representation of color #69529D: hue angle of 258.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69529D is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10582157-
CMYK0.330.4800.38
HSL258.4º31.38%46.86%-
HSV(B)258.4º47.77%61.57%-
XYZ14.9311.4733.33-
YUV97.43161.62133.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=30.52%
G=23.84%
B=45.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105821570.330.4800.38258.431.3846.86
Hex69529D21300261021f2f
Octal15112223541600464023757
Binary1101001101001010011101100001110000010011010000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,82,157); }

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

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

 a { background-color: rgb(105,82,157); }

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

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

 span { border-color: rgb(105,82,157); }

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