#69559C

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

Shades of Butterfly Bush #69559C

Tints of Butterfly Bush #69559C

Color information

#69559C (or 0x69559C) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 9C. RGB value is (105,85,156). Sum of RGB (Red+Green+Blue) = 105+85+156=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #69559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69559C is #96AA63. Grayscale: #626262. Windows color (decimal): -9874020 or 10245481. OLE color: 10245481.

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

Color convert

RGB10585156-
CMYK0.330.4600.39
HSL256.9º29.46%47.25%-
HSV(B)256.9º45.51%61.18%-
XYZ15.0711.932.95-
YUV99.07160.13132.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=30.35%
G=24.57%
B=45.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105851560.330.4600.39256.929.4647.25
Hex69559C212E0271011d2f
Octal15112523441560474013557
Binary1101001101010110011100100001101110010011110000000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69559C; }

 p { color: rgb(105,85,156); }

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

<style>
 a { background-color: #69559C; }

 a { background-color: rgb(105,85,156); }

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

<style>
 span { border-color: #69559C; }

 span { border-color: rgb(105,85,156); }

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