#614296

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

Shades of Daisy Bush #614296

Tints of Daisy Bush #614296

Color information

#614296 (or 0x614296) is unknown color: approx Daisy Bush. HEX triplet: 61, 42 and 96. RGB value is (97,66,150). Sum of RGB (Red+Green+Blue) = 97+66+150=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #614296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614296 is #9EBD69. Grayscale: #545454. Windows color (decimal): -10403178 or 9847393. OLE color: 9847393.

HSL color Cylindrical-coordinate representation of color #614296: hue angle of 262.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #614296 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9766150-
CMYK0.350.5600.41
HSL262.14º38.89%42.35%-
HSV(B)262.14º56%58.82%-
XYZ12.388.6429.87-
YUV84.84164.77136.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=30.99%
G=21.09%
B=47.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97661500.350.5600.41262.1438.8942.35
Hex6142962338029106272a
Octal14110222643700514064752
Binary11000011000010100101101000111110000101001100000110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614296; }

 p { color: rgb(97,66,150); }

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

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

 a { background-color: rgb(97,66,150); }

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

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

 span { border-color: rgb(97,66,150); }

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