#695582

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

Shades of Butterfly Bush #695582

Tints of Butterfly Bush #695582

Color information

#695582 (or 0x695582) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 82. RGB value is (105,85,130). Sum of RGB (Red+Green+Blue) = 105+85+130=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #695582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695582 is #96AA7D. Grayscale: #5F5F5F. Windows color (decimal): -9874046 or 8541545. OLE color: 8541545.

HSL color Cylindrical-coordinate representation of color #695582: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695582 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10585130-
CMYK0.190.3500.49
HSL266.67º20.93%42.16%-
HSV(B)266.67º34.62%50.98%-
XYZ13.111.1122.57-
YUV96.11147.13134.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=32.81%
G=26.56%
B=40.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal105851300.190.3500.49266.6720.9342.16
Hex695582132303110b152a
Octal15112520223430614132552
Binary110100110101011000001010011100011011000110000101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695582; }

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

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

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

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

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

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

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

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