#69529B

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

Shades of Butterfly Bush #69529B

Tints of Butterfly Bush #69529B

Color information

#69529B (or 0x69529B) is unknown color: approx Butterfly Bush. HEX triplet: 69, 52 and 9B. RGB value is (105,82,155). Sum of RGB (Red+Green+Blue) = 105+82+155=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #69529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69529B is #96AD64. Grayscale: #606060. Windows color (decimal): -9874789 or 10179177. OLE color: 10179177.

HSL color Cylindrical-coordinate representation of color #69529B: hue angle of 258.9º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69529B is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10582155-
CMYK0.320.4700.39
HSL258.9º30.8%46.47%-
HSV(B)258.9º47.1%60.78%-
XYZ14.7611.432.43-
YUV97.2160.62133.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=30.70%
G=23.98%
B=45.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105821550.320.4700.39258.930.846.47
Hex69529B202F0271031f2e
Octal15112223340570474033756
Binary1101001101001010011011100000101111010011110000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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