#695799

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

Shades of Butterfly Bush #695799

Tints of Butterfly Bush #695799

Color information

#695799 (or 0x695799) is unknown color: approx Butterfly Bush. HEX triplet: 69, 57 and 99. RGB value is (105,87,153). Sum of RGB (Red+Green+Blue) = 105+87+153=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #695799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695799 is #96A866. Grayscale: #636363. Windows color (decimal): -9873511 or 10049385. OLE color: 10049385.

HSL color Cylindrical-coordinate representation of color #695799: hue angle of 256.36º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #695799 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10587153-
CMYK0.310.4300.4
HSL256.36º27.5%47.06%-
HSV(B)256.36º43.14%60%-
XYZ14.9812.1231.69-
YUV99.91157.96131.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=30.43%
G=25.22%
B=44.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105871530.310.4300.4256.3627.547.06
Hex6957991F2B0281001b2f
Octal15112723137530504003357
Binary110100110101111001100111111101011010100010000000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695799; }

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

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

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

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

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

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

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

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