#695784

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

Shades of Butterfly Bush #695784

Tints of Butterfly Bush #695784

Color information

#695784 (or 0x695784) is unknown color: approx Butterfly Bush. HEX triplet: 69, 57 and 84. RGB value is (105,87,132). Sum of RGB (Red+Green+Blue) = 105+87+132=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #695784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695784 is #96A87B. Grayscale: #616161. Windows color (decimal): -9873532 or 8673129. OLE color: 8673129.

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

Color convert

RGB10587132-
CMYK0.200.3400.48
HSL264º20.55%42.94%-
HSV(B)264º34.09%51.76%-
XYZ13.411.4923.34-
YUV97.51147.46133.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=32.41%
G=26.85%
B=40.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105871320.200.3400.4826420.5542.94
Hex6957841422030108152b
Octal15112720424420604102553
Binary110100110101111000010010100100010011000010000100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695784; }

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

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

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

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

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

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

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

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