#695689

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

Shades of Butterfly Bush #695689

Tints of Butterfly Bush #695689

Color information

#695689 (or 0x695689) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 89. RGB value is (105,86,137). Sum of RGB (Red+Green+Blue) = 105+86+137=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #695689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695689 is #96A976. Grayscale: #616161. Windows color (decimal): -9873783 or 9000553. OLE color: 9000553.

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

Color convert

RGB10586137-
CMYK0.230.3700.46
HSL262.35º22.87%43.73%-
HSV(B)262.35º37.23%53.73%-
XYZ13.6711.4625.16-
YUV97.49150.29133.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=32.01%
G=26.22%
B=41.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105861370.230.3700.46262.3522.8743.73
Hex695689172502E106172c
Octal15112621127450564062754
Binary110100110101101000100110111100101010111010000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695689; }

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

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

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

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

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

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

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

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