#695693

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

Shades of Butterfly Bush #695693

Tints of Butterfly Bush #695693

Color information

#695693 (or 0x695693) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 93. RGB value is (105,86,147). Sum of RGB (Red+Green+Blue) = 105+86+147=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #695693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695693 is #96A96C. Grayscale: #626262. Windows color (decimal): -9873773 or 9655913. OLE color: 9655913.

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

Color convert

RGB10586147-
CMYK0.290.4100.42
HSL258.69º26.18%45.69%-
HSV(B)258.69º41.5%57.65%-
XYZ14.4211.7729.11-
YUV98.64155.29132.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=31.07%
G=25.44%
B=43.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105861470.290.4100.42258.6926.1845.69
Hex6956931D2902A1031a2e
Octal15112622335510524033256
Binary110100110101101001001111101101001010101010000001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695693; }

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

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

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

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

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

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

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

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