#694B94

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

Shades of Butterfly Bush #694B94

Tints of Butterfly Bush #694B94

Color information

#694B94 (or 0x694B94) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4B and 94. RGB value is (105,75,148). Sum of RGB (Red+Green+Blue) = 105+75+148=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #694B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B94 is #96B46B. Grayscale: #5C5C5C. Windows color (decimal): -9876588 or 9718633. OLE color: 9718633.

HSL color Cylindrical-coordinate representation of color #694B94: hue angle of 264.66º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694B94 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10575148-
CMYK0.290.4900.42
HSL264.66º32.74%43.73%-
HSV(B)264.66º49.32%58.04%-
XYZ13.6910.1729.26-
YUV92.29159.44137.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=32.01%
G=22.87%
B=45.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105751480.290.4900.42264.6632.7443.73
Hex694B941D3102A109212c
Octal15111322435610524114154
Binary1101001100101110010100111011100010101010100001001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694B94; }

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

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

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

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

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

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

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

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