#695887

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

Shades of Butterfly Bush #695887

Tints of Butterfly Bush #695887

Color information

#695887 (or 0x695887) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 87. RGB value is (105,88,135). Sum of RGB (Red+Green+Blue) = 105+88+135=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #695887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695887 is #96A778. Grayscale: #626262. Windows color (decimal): -9873273 or 8869993. OLE color: 8869993.

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

Color convert

RGB10588135-
CMYK0.220.3500.47
HSL261.7º21.08%43.73%-
HSV(B)261.7º34.81%52.94%-
XYZ13.6911.7324.46-
YUV98.44148.63132.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=32.01%
G=26.83%
B=41.16%

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
Decimal105881350.220.3500.47261.721.0843.73
Hex695887162302F106152c
Octal15113020726430574062554
Binary110100110110001000011110110100011010111110000011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695887; }

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

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

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

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

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

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

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

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