#695597

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

Shades of Butterfly Bush #695597

Tints of Butterfly Bush #695597

Color information

#695597 (or 0x695597) is unknown color: approx Butterfly Bush. HEX triplet: 69, 55 and 97. RGB value is (105,85,151). Sum of RGB (Red+Green+Blue) = 105+85+151=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #695597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695597 is #96AA68. Grayscale: #626262. Windows color (decimal): -9874025 or 9917801. OLE color: 9917801.

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

Color convert

RGB10585151-
CMYK0.300.4400.41
HSL258.18º27.97%46.27%-
HSV(B)258.18º43.71%59.22%-
XYZ14.6611.7330.77-
YUV98.5157.63132.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 151 (59.38% from 255) = 44.28%
R=30.79%
G=24.93%
B=44.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105851510.300.4400.41258.1827.9746.27
Hex6955971E2C0291021c2e
Octal15112522736540514023456
Binary110100110101011001011111110101100010100110000001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695597; }

 p { color: rgb(105,85,151); }

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

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

 a { background-color: rgb(105,85,151); }

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

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

 span { border-color: rgb(105,85,151); }

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