#695785

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

Shades of Butterfly Bush #695785

Tints of Butterfly Bush #695785

Color information

#695785 (or 0x695785) is unknown color: approx Butterfly Bush. HEX triplet: 69, 57 and 85. RGB value is (105,87,133). Sum of RGB (Red+Green+Blue) = 105+87+133=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #695785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695785 is #96A87A. Grayscale: #616161. Windows color (decimal): -9873531 or 8738665. OLE color: 8738665.

HSL color Cylindrical-coordinate representation of color #695785: hue angle of 263.48º 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 #695785 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10587133-
CMYK0.210.3500.48
HSL263.48º20.91%43.14%-
HSV(B)263.48º34.59%52.16%-
XYZ13.4711.5123.7-
YUV97.63147.96133.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=32.31%
G=26.77%
B=40.92%

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
Decimal105871330.210.3500.48263.4820.9143.14
Hex6957851523030107152b
Octal15112720525430604072553
Binary110100110101111000010110101100011011000010000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695785; }

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

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

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

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

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

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

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

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