#614a92

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

Shades of Daisy Bush #614A92

Tints of Daisy Bush #614A92

Color information

#614A92 (or 0x614A92) is unknown color: approx Daisy Bush. HEX triplet: 61, 4A and 92. RGB value is (97,74,146). Sum of RGB (Red+Green+Blue) = 97+74+146=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #614A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A92 is #9EB56D. Grayscale: #585858. Windows color (decimal): -10401134 or 9587297. OLE color: 9587297.

HSL color Cylindrical-coordinate representation of color #614A92: hue angle of 259.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614A92 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9774146-
CMYK0.340.4900.43
HSL259.17º32.73%43.14%-
HSV(B)259.17º49.32%57.25%-
XYZ12.579.5128.37-
YUV89.08160.12133.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.60%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=30.60%
G=23.34%
B=46.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97741460.340.4900.43259.1732.7343.14
Hex614A92223102B103212b
Octal14111222242610534034153
Binary11000011001010100100101000101100010101011100000011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614a92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,146); }

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

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

 a { background-color: rgb(97,74,146); }

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

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

 span { border-color: rgb(97,74,146); }

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