#695796

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

Shades of Butterfly Bush #695796

Tints of Butterfly Bush #695796

Color information

#695796 (or 0x695796) is unknown color: approx Butterfly Bush. HEX triplet: 69, 57 and 96. RGB value is (105,87,150). Sum of RGB (Red+Green+Blue) = 105+87+150=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #695796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695796 is #96A869. Grayscale: #636363. Windows color (decimal): -9873514 or 9852777. OLE color: 9852777.

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

Color convert

RGB10587150-
CMYK0.300.4200.41
HSL257.14º26.58%46.47%-
HSV(B)257.14º42%58.82%-
XYZ14.7412.0230.4-
YUV99.56156.46131.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=30.70%
G=25.44%
B=43.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105871500.300.4200.41257.1426.5846.47
Hex6957961E2A0291011b2e
Octal15112722636520514013356
Binary110100110101111001011011110101010010100110000000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695796; }

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

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

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

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

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

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

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

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