#695B8D

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

Shades of Butterfly Bush #695B8D

Tints of Butterfly Bush #695B8D

Color information

#695B8D (or 0x695B8D) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5B and 8D. RGB value is (105,91,141). Sum of RGB (Red+Green+Blue) = 105+91+141=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #695B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B8D is #96A472. Grayscale: #646464. Windows color (decimal): -9872499 or 9263977. OLE color: 9263977.

HSL color Cylindrical-coordinate representation of color #695B8D: hue angle of 256.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695B8D is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10591141-
CMYK0.260.3500.45
HSL256.8º21.55%45.49%-
HSV(B)256.8º35.46%55.29%-
XYZ14.3712.4126.84-
YUV100.89150.64130.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=31.16%
G=27.00%
B=41.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105911410.260.3500.45256.821.5545.49
Hex695B8D1A2302D101162d
Octal15113321532430554012655
Binary110100110110111000110111010100011010110110000000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,141); }

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

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

 a { background-color: rgb(105,91,141); }

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

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

 span { border-color: rgb(105,91,141); }

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