#614592

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

Shades of Daisy Bush #614592

Tints of Daisy Bush #614592

Color information

#614592 (or 0x614592) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 92. RGB value is (97,69,146). Sum of RGB (Red+Green+Blue) = 97+69+146=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #614592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614592 is #9EBA6D. Grayscale: #555555. Windows color (decimal): -10402414 or 9586017. OLE color: 9586017.

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

Color convert

RGB9769146-
CMYK0.340.5300.43
HSL261.82º35.81%42.16%-
HSV(B)261.82º52.74%57.25%-
XYZ12.258.8728.26-
YUV86.15161.78135.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=31.09%
G=22.12%
B=46.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97691460.340.5300.43261.8235.8142.16
Hex614592223502B106242a
Octal14110522242650534064452
Binary11000011000101100100101000101101010101011100000110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614592; }

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

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

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

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

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

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

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

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