#695685

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

Shades of Butterfly Bush #695685

Tints of Butterfly Bush #695685

Color information

#695685 (or 0x695685) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 85. RGB value is (105,86,133). Sum of RGB (Red+Green+Blue) = 105+86+133=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #695685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695685 is #96A97A. Grayscale: #606060. Windows color (decimal): -9873787 or 8738409. OLE color: 8738409.

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

Color convert

RGB10586133-
CMYK0.210.3500.48
HSL264.26º21.46%42.94%-
HSV(B)264.26º35.34%52.16%-
XYZ13.3911.3523.68-
YUV97.04148.29133.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=32.41%
G=26.54%
B=41.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105861330.210.3500.48264.2621.4642.94
Hex6956851523030108152b
Octal15112620525430604102553
Binary110100110101101000010110101100011011000010000100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695685; }

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

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

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

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

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

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

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

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