#695A95

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

Shades of Butterfly Bush #695A95

Tints of Butterfly Bush #695A95

Color information

#695A95 (or 0x695A95) is unknown color: approx Butterfly Bush. HEX triplet: 69, 5A and 95. RGB value is (105,90,149). Sum of RGB (Red+Green+Blue) = 105+90+149=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #695A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695A95 is #96A56A. Grayscale: #646464. Windows color (decimal): -9872747 or 9788009. OLE color: 9788009.

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

Color convert

RGB10590149-
CMYK0.300.4000.42
HSL255.25º24.69%46.86%-
HSV(B)255.25º39.6%58.43%-
XYZ14.9112.4930.06-
YUV101.21154.97130.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=30.52%
G=26.16%
B=43.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105901490.300.4000.42255.2524.6946.86
Hex695A951E2802Aff192f
Octal15113222536500523773157
Binary11010011011010100101011111010100001010101111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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