#695989

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

Shades of Butterfly Bush #695989

Tints of Butterfly Bush #695989

Color information

#695989 (or 0x695989) is unknown color: approx Butterfly Bush. HEX triplet: 69, 59 and 89. RGB value is (105,89,137). Sum of RGB (Red+Green+Blue) = 105+89+137=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #695989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695989 is #96A676. Grayscale: #636363. Windows color (decimal): -9873015 or 9001321. OLE color: 9001321.

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

Color convert

RGB10589137-
CMYK0.230.3500.46
HSL260º21.24%44.31%-
HSV(B)260º35.04%53.73%-
XYZ13.9111.9525.24-
YUV99.26149.3132.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=31.72%
G=26.89%
B=41.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105891370.230.3500.4626021.2444.31
Hex695989172302E104152c
Octal15113121127430564042554
Binary110100110110011000100110111100011010111010000010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695989; }

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

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

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

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

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

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

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

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