#694A91

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

Shades of Butterfly Bush #694A91

Tints of Butterfly Bush #694A91

Color information

#694A91 (or 0x694A91) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4A and 91. RGB value is (105,74,145). Sum of RGB (Red+Green+Blue) = 105+74+145=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #694A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694A91 is #96B56E. Grayscale: #5B5B5B. Windows color (decimal): -9876847 or 9521769. OLE color: 9521769.

HSL color Cylindrical-coordinate representation of color #694A91: hue angle of 266.2º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694A91 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10574145-
CMYK0.280.4900.43
HSL266.2º32.42%42.94%-
HSV(B)266.2º48.97%56.86%-
XYZ13.399.9528-
YUV91.36158.27137.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=32.41%
G=22.84%
B=44.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105741450.280.4900.43266.232.4242.94
Hex694A911C3102B10a202b
Octal15111222134610534124053
Binary1101001100101010010001111001100010101011100001010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,74,145); }

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

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

 a { background-color: rgb(105,74,145); }

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

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

 span { border-color: rgb(105,74,145); }

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