#695696

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

Shades of Butterfly Bush #695696

Tints of Butterfly Bush #695696

Color information

#695696 (or 0x695696) is unknown color: approx Butterfly Bush. HEX triplet: 69, 56 and 96. RGB value is (105,86,150). Sum of RGB (Red+Green+Blue) = 105+86+150=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #695696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695696 is #96A969. Grayscale: #626262. Windows color (decimal): -9873770 or 9852521. OLE color: 9852521.

HSL color Cylindrical-coordinate representation of color #695696: hue angle of 257.81º 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 #695696 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10586150-
CMYK0.300.4300.41
HSL257.81º27.12%46.27%-
HSV(B)257.81º42.67%58.82%-
XYZ14.6611.8630.37-
YUV98.98156.79132.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=30.79%
G=25.22%
B=43.99%

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
Decimal105861500.300.4300.41257.8127.1246.27
Hex6956961E2B0291021b2e
Octal15112622636530514023356
Binary110100110101101001011011110101011010100110000001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695696; }

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

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

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

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

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

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

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

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