#695593

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

Shades of Butterfly Bush #695593

Tints of Butterfly Bush #695593

Color information

#695593 (or 0x695593) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 93. RGB value is (105,85,147). Sum of RGB (Red+Green+Blue) = 105+85+147=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #695593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695593 is #96AA6C. Grayscale: #616161. Windows color (decimal): -9874029 or 9655657. OLE color: 9655657.

HSL color Cylindrical-coordinate representation of color #695593: hue angle of 259.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #695593 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10585147-
CMYK0.290.4200.42
HSL259.35º26.72%45.49%-
HSV(B)259.35º42.18%57.65%-
XYZ14.3411.6129.09-
YUV98.05155.63132.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=31.16%
G=25.22%
B=43.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105851470.290.4200.42259.3526.7245.49
Hex6955931D2A02A1031b2d
Octal15112522335520524033355
Binary110100110101011001001111101101010010101010000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695593; }

 p { color: rgb(105,85,147); }

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

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

 a { background-color: rgb(105,85,147); }

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

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

 span { border-color: rgb(105,85,147); }

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