#614B9A

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

Shades of Daisy Bush #614B9A

Tints of Daisy Bush #614B9A

Color information

#614B9A (or 0x614B9A) is unknown color: approx Daisy Bush. HEX triplet: 61, 4B and 9A. RGB value is (97,75,154). Sum of RGB (Red+Green+Blue) = 97+75+154=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #614B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B9A is #9EB465. Grayscale: #5A5A5A. Windows color (decimal): -10400870 or 10111841. OLE color: 10111841.

HSL color Cylindrical-coordinate representation of color #614B9A: hue angle of 256.71º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614B9A is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9775154-
CMYK0.370.5100.40
HSL256.71º34.5%44.9%-
HSV(B)256.71º51.3%60.39%-
XYZ13.289.9131.78-
YUV90.58163.79132.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=29.75%
G=23.01%
B=47.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97751540.370.5100.40256.7134.544.9
Hex614B9A2533028101222d
Octal14111323245630504014255
Binary11000011001011100110101001011100110101000100000001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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