#694C94

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

Shades of Butterfly Bush #694C94

Tints of Butterfly Bush #694C94

Color information

#694C94 (or 0x694C94) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4C and 94. RGB value is (105,76,148). Sum of RGB (Red+Green+Blue) = 105+76+148=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #694C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694C94 is #96B36B. Grayscale: #5C5C5C. Windows color (decimal): -9876332 or 9718889. OLE color: 9718889.

HSL color Cylindrical-coordinate representation of color #694C94: hue angle of 264.17º degrees, saturation: 0.32, 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 #694C94 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10576148-
CMYK0.290.4900.42
HSL264.17º32.14%43.92%-
HSV(B)264.17º48.65%58.04%-
XYZ13.7610.3129.28-
YUV92.88159.11136.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=31.91%
G=23.10%
B=44.98%

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
Decimal105761480.290.4900.42264.1732.1443.92
Hex694C941D3102A108202c
Octal15111422435610524104054
Binary1101001100110010010100111011100010101010100001000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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