#614B90

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

Shades of Butterfly Bush #614B90

Tints of Butterfly Bush #614B90

Color information

#614B90 (or 0x614B90) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4B and 90. RGB value is (97,75,144). Sum of RGB (Red+Green+Blue) = 97+75+144=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #614B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B90 is #9EB46F. Grayscale: #595959. Windows color (decimal): -10400880 or 9456481. OLE color: 9456481.

HSL color Cylindrical-coordinate representation of color #614B90: hue angle of 259.13º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #614B90 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9775144-
CMYK0.330.4800.44
HSL259.13º31.51%42.94%-
HSV(B)259.13º47.92%56.47%-
XYZ12.489.5927.58-
YUV89.44158.79133.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=30.70%
G=23.73%
B=45.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97751440.330.4800.44259.1331.5142.94
Hex614B90213002C103202b
Octal14111322041600544034053
Binary11000011001011100100001000011100000101100100000011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,75,144); }

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

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

 a { background-color: rgb(97,75,144); }

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

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

 span { border-color: rgb(97,75,144); }

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