#614B99

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

Shades of Daisy Bush #614B99

Tints of Daisy Bush #614B99

Color information

#614B99 (or 0x614B99) is unknown color: approx Daisy Bush. HEX triplet: 61, 4B and 99. RGB value is (97,75,153). Sum of RGB (Red+Green+Blue) = 97+75+153=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #614B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B99 is #9EB466. Grayscale: #5A5A5A. Windows color (decimal): -10400871 or 10046305. OLE color: 10046305.

HSL color Cylindrical-coordinate representation of color #614B99: hue angle of 256.92º 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 #614B99 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9775153-
CMYK0.370.5100.4
HSL256.92º34.21%44.71%-
HSV(B)256.92º50.98%60%-
XYZ13.29.8731.35-
YUV90.47163.29132.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=29.85%
G=23.08%
B=47.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97751530.370.5100.4256.9234.2144.71
Hex614B992533028101222d
Octal14111323145630504014255
Binary11000011001011100110011001011100110101000100000001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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