#695697

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

Shades of Butterfly Bush #695697

Tints of Butterfly Bush #695697

Color information

#695697 (or 0x695697) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 97. RGB value is (105,86,151). Sum of RGB (Red+Green+Blue) = 105+86+151=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #695697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695697 is #96A968. Grayscale: #626262. Windows color (decimal): -9873769 or 9918057. OLE color: 9918057.

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

Color convert

RGB10586151-
CMYK0.300.4300.41
HSL257.54º27.43%46.47%-
HSV(B)257.54º43.05%59.22%-
XYZ14.7411.8930.8-
YUV99.09157.29132.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 151 (59.38% from 255) = 44.15%
R=30.70%
G=25.15%
B=44.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105861510.300.4300.41257.5427.4346.47
Hex6956971E2B0291021b2e
Octal15112622736530514023356
Binary110100110101101001011111110101011010100110000001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695697; }

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

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

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

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

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

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

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

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