#695886

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

Shades of Butterfly Bush #695886

Tints of Butterfly Bush #695886

Color information

#695886 (or 0x695886) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 86. RGB value is (105,88,134). Sum of RGB (Red+Green+Blue) = 105+88+134=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #695886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695886 is #96A779. Grayscale: #626262. Windows color (decimal): -9873274 or 8804457. OLE color: 8804457.

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

Color convert

RGB10588134-
CMYK0.220.3400.47
HSL262.17º20.72%43.53%-
HSV(B)262.17º34.33%52.55%-
XYZ13.6211.724.1-
YUV98.33148.13132.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=32.11%
G=26.91%
B=40.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105881340.220.3400.47262.1720.7243.53
Hex695886162202F106152c
Octal15113020626420574062554
Binary110100110110001000011010110100010010111110000011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695886; }

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

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

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

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

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

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

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

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