#695786

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

Shades of Butterfly Bush #695786

Tints of Butterfly Bush #695786

Color information

#695786 (or 0x695786) is unknown color: approx Butterfly Bush. HEX triplet: 69, 57 and 86. RGB value is (105,87,134). Sum of RGB (Red+Green+Blue) = 105+87+134=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #695786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695786 is #96A879. Grayscale: #616161. Windows color (decimal): -9873530 or 8804201. OLE color: 8804201.

HSL color Cylindrical-coordinate representation of color #695786: hue angle of 262.98º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695786 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10587134-
CMYK0.220.3500.47
HSL262.98º21.27%43.33%-
HSV(B)262.98º35.07%52.55%-
XYZ13.5411.5424.07-
YUV97.74148.46133.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=32.21%
G=26.69%
B=41.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105871340.220.3500.47262.9821.2743.33
Hex695786162302F107152b
Octal15112720626430574072553
Binary110100110101111000011010110100011010111110000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695786; }

 p { color: rgb(105,87,134); }

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

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

 a { background-color: rgb(105,87,134); }

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

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

 span { border-color: rgb(105,87,134); }

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