#614492

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

Shades of Daisy Bush #614492

Tints of Daisy Bush #614492

Color information

#614492 (or 0x614492) is unknown color: approx Daisy Bush. HEX triplet: 61, 44 and 92. RGB value is (97,68,146). Sum of RGB (Red+Green+Blue) = 97+68+146=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 146 - color contains mainly: blue. Hex color #614492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614492 is #9EBB6D. Grayscale: #555555. Windows color (decimal): -10402670 or 9585761. OLE color: 9585761.

HSL color Cylindrical-coordinate representation of color #614492: hue angle of 262.31º 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 #614492 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9768146-
CMYK0.340.5300.43
HSL262.31º36.45%41.96%-
HSV(B)262.31º53.42%57.25%-
XYZ12.198.7528.24-
YUV85.56162.11136.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=31.19%
G=21.86%
B=46.95%

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
Decimal97681460.340.5300.43262.3136.4541.96
Hex614492223502B106242a
Octal14110422242650534064452
Binary11000011000100100100101000101101010101011100000110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614492; }

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

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

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

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

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

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

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

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