#69568C

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

Shades of Butterfly Bush #69568C

Tints of Butterfly Bush #69568C

Color information

#69568C (or 0x69568C) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 8C. RGB value is (105,86,140). Sum of RGB (Red+Green+Blue) = 105+86+140=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #69568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69568C is #96A973. Grayscale: #616161. Windows color (decimal): -9873780 or 9197161. OLE color: 9197161.

HSL color Cylindrical-coordinate representation of color #69568C: hue angle of 261.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69568C is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10586140-
CMYK0.250.3900.45
HSL261.11º23.89%44.31%-
HSV(B)261.11º38.57%54.9%-
XYZ13.8911.5526.31-
YUV97.84151.79133.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=31.72%
G=25.98%
B=42.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105861400.250.3900.45261.1123.8944.31
Hex69568C192702D105182c
Octal15112621431470554053054
Binary110100110101101000110011001100111010110110000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,86,140); }

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

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

 a { background-color: rgb(105,86,140); }

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

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

 span { border-color: rgb(105,86,140); }

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