#695889

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

Shades of Butterfly Bush #695889

Tints of Butterfly Bush #695889

Color information

#695889 (or 0x695889) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 89. RGB value is (105,88,137). Sum of RGB (Red+Green+Blue) = 105+88+137=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #695889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695889 is #96A776. Grayscale: #626262. Windows color (decimal): -9873271 or 9001065. OLE color: 9001065.

HSL color Cylindrical-coordinate representation of color #695889: hue angle of 260.82º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695889 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10588137-
CMYK0.230.3600.46
HSL260.82º21.78%44.12%-
HSV(B)260.82º35.77%53.73%-
XYZ13.8311.7925.21-
YUV98.67149.63132.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=31.82%
G=26.67%
B=41.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105881370.230.3600.46260.8221.7844.12
Hex695889172402E105162c
Octal15113021127440564052654
Binary110100110110001000100110111100100010111010000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695889; }

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

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

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

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

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

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

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

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