#695895

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

Shades of Butterfly Bush #695895

Tints of Butterfly Bush #695895

Color information

#695895 (or 0x695895) is unknown color: approx Butterfly Bush. HEX triplet: 69, 58 and 95. RGB value is (105,88,149). Sum of RGB (Red+Green+Blue) = 105+88+149=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #695895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695895 is #96A76A. Grayscale: #636363. Windows color (decimal): -9873259 or 9787497. OLE color: 9787497.

HSL color Cylindrical-coordinate representation of color #695895: hue angle of 256.72º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #695895 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10588149-
CMYK0.300.4100.42
HSL256.72º25.74%46.47%-
HSV(B)256.72º40.94%58.43%-
XYZ14.7412.1530-
YUV100.04155.63131.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=30.70%
G=25.73%
B=43.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105881490.300.4100.42256.7225.7446.47
Hex6958951E2902A1011a2e
Octal15113022536510524013256
Binary110100110110001001010111110101001010101010000000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695895; }

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

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

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

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

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

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

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

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