#614F94

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

Shades of Butterfly Bush #614F94

Tints of Butterfly Bush #614F94

Color information

#614F94 (or 0x614F94) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4F and 94. RGB value is (97,79,148). Sum of RGB (Red+Green+Blue) = 97+79+148=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #614F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F94 is #9EB06B. Grayscale: #5B5B5B. Windows color (decimal): -10399852 or 9719649. OLE color: 9719649.

HSL color Cylindrical-coordinate representation of color #614F94: hue angle of 255.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614F94 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9779148-
CMYK0.340.4700.42
HSL255.65º30.4%44.51%-
HSV(B)255.65º46.62%58.04%-
XYZ13.0710.2729.31-
YUV92.25159.46131.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=29.94%
G=24.38%
B=45.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97791480.340.4700.42255.6530.444.51
Hex614F94222F02A1001e2d
Octal14111722442570524003655
Binary1100001100111110010100100010101111010101010000000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614F94; }

 p { color: rgb(97,79,148); }

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

<style>
 a { background-color: #614F94; }

 a { background-color: rgb(97,79,148); }

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

<style>
 span { border-color: #614F94; }

 span { border-color: rgb(97,79,148); }

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