#694C90

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

Shades of Butterfly Bush #694C90

Tints of Butterfly Bush #694C90

Color information

#694C90 (or 0x694C90) is unknown color: approx Butterfly Bush. HEX triplet: 69, 4C and 90. RGB value is (105,76,144). Sum of RGB (Red+Green+Blue) = 105+76+144=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #694C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694C90 is #96B36F. Grayscale: #5C5C5C. Windows color (decimal): -9876336 or 9456745. OLE color: 9456745.

HSL color Cylindrical-coordinate representation of color #694C90: hue angle of 265.59º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #694C90 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10576144-
CMYK0.270.4700.44
HSL265.59º30.91%43.14%-
HSV(B)265.59º47.22%56.47%-
XYZ13.4410.1927.64-
YUV92.42157.11136.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=32.31%
G=23.38%
B=44.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105761440.270.4700.44265.5930.9143.14
Hex694C901B2F02C10a1f2b
Octal15111422033570544123753
Binary110100110011001001000011011101111010110010000101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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