#695B95

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

Shades of Butterfly Bush #695B95

Tints of Butterfly Bush #695B95

Color information

#695B95 (or 0x695B95) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5B and 95. RGB value is (105,91,149). Sum of RGB (Red+Green+Blue) = 105+91+149=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #695B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695B95 is #96A46A. Grayscale: #656565. Windows color (decimal): -9872491 or 9788265. OLE color: 9788265.

HSL color Cylindrical-coordinate representation of color #695B95: hue angle of 254.48º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #695B95 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10591149-
CMYK0.300.3900.42
HSL254.48º24.17%47.06%-
HSV(B)254.48º38.93%58.43%-
XYZ14.9912.6630.09-
YUV101.8154.64130.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=30.43%
G=26.38%
B=43.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105911490.300.3900.42254.4824.1747.06
Hex695B951E2702Afe182f
Octal15113322536470523763057
Binary11010011011011100101011111010011101010101111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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