#695794

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

Shades of Butterfly Bush #695794

Tints of Butterfly Bush #695794

Color information

#695794 (or 0x695794) is unknown color: approx Butterfly Bush. HEX triplet: 69, 57 and 94. RGB value is (105,87,148). Sum of RGB (Red+Green+Blue) = 105+87+148=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #695794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695794 is #96A86B. Grayscale: #636363. Windows color (decimal): -9873516 or 9721705. OLE color: 9721705.

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

Color convert

RGB10587148-
CMYK0.290.4100.42
HSL257.7º25.96%46.08%-
HSV(B)257.7º41.22%58.04%-
XYZ14.5811.9629.56-
YUV99.34155.46132.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.88%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=30.88%
G=25.59%
B=43.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105871480.290.4100.42257.725.9646.08
Hex6957941D2902A1021a2e
Octal15112722435510524023256
Binary110100110101111001010011101101001010101010000001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695794; }

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

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

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

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

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

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

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

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