#695489

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

Shades of Butterfly Bush #695489

Tints of Butterfly Bush #695489

Color information

#695489 (or 0x695489) is unknown color: approx Butterfly Bush. HEX triplet: 69, 54 and 89. RGB value is (105,84,137). Sum of RGB (Red+Green+Blue) = 105+84+137=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #695489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695489 is #96AB76. Grayscale: #606060. Windows color (decimal): -9874295 or 9000041. OLE color: 9000041.

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

Color convert

RGB10584137-
CMYK0.230.3900.46
HSL263.77º23.98%43.33%-
HSV(B)263.77º38.69%53.73%-
XYZ13.5111.1525.11-
YUV96.32150.96134.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 137 (53.91% from 255) = 42.02%
R=32.21%
G=25.77%
B=42.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105841370.230.3900.46263.7723.9843.33
Hex695489172702E108182b
Octal15112421127470564103053
Binary110100110101001000100110111100111010111010000100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695489; }

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

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

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

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

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

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

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

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