#695687

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

Shades of Butterfly Bush #695687

Tints of Butterfly Bush #695687

Color information

#695687 (or 0x695687) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 87. RGB value is (105,86,135). Sum of RGB (Red+Green+Blue) = 105+86+135=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #695687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695687 is #96A978. Grayscale: #616161. Windows color (decimal): -9873785 or 8869481. OLE color: 8869481.

HSL color Cylindrical-coordinate representation of color #695687: hue angle of 263.27º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695687 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10586135-
CMYK0.220.3600.47
HSL263.27º22.17%43.33%-
HSV(B)263.27º36.3%52.94%-
XYZ13.5311.4124.41-
YUV97.27149.29133.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=32.21%
G=26.38%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105861350.220.3600.47263.2722.1743.33
Hex695687162402F107162b
Octal15112620726440574072653
Binary110100110101101000011110110100100010111110000011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695687; }

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

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

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

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

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

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

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

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