#694B8A

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

Shades of Butterfly Bush #694B8A

Tints of Butterfly Bush #694B8A

Color information

#694B8A (or 0x694B8A) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4B and 8A. RGB value is (105,75,138). Sum of RGB (Red+Green+Blue) = 105+75+138=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #694B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694B8A is #96B475. Grayscale: #5A5A5A. Windows color (decimal): -9876598 or 9063273. OLE color: 9063273.

HSL color Cylindrical-coordinate representation of color #694B8A: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694B8A is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10575138-
CMYK0.240.4600.46
HSL268.57º29.58%41.76%-
HSV(B)268.57º45.65%54.12%-
XYZ12.939.8725.27-
YUV91.15154.44137.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=33.02%
G=23.58%
B=43.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105751380.240.4600.46268.5729.5841.76
Hex694B8A182E02E10d1e2a
Octal15111321230560564153652
Binary110100110010111000101011000101110010111010000110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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