#695a89

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

Shades of Butterfly Bush #695A89

Tints of Butterfly Bush #695A89

Color information

#695A89 (or 0x695A89) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5A and 89. RGB value is (105,90,137). Sum of RGB (Red+Green+Blue) = 105+90+137=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #695A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695A89 is #96A576. Grayscale: #636363. Windows color (decimal): -9872759 or 9001577. OLE color: 9001577.

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

Color convert

RGB10590137-
CMYK0.230.3400.46
HSL259.15º20.7%44.51%-
HSV(B)259.15º34.31%53.73%-
XYZ1412.1225.27-
YUV99.84148.97131.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=31.63%
G=27.11%
B=41.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105901370.230.3400.46259.1520.744.51
Hex695A89172202E103152d
Octal15113221127420564032555
Binary110100110110101000100110111100010010111010000001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695a89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695a89; }

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

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

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

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

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

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

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

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