#614594

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

Shades of Daisy Bush #614594

Tints of Daisy Bush #614594

Color information

#614594 (or 0x614594) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 94. RGB value is (97,69,148). Sum of RGB (Red+Green+Blue) = 97+69+148=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #614594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614594 is #9EBA6B. Grayscale: #565656. Windows color (decimal): -10402412 or 9717089. OLE color: 9717089.

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

Color convert

RGB9769148-
CMYK0.340.5300.42
HSL261.27º36.41%42.55%-
HSV(B)261.27º53.38%58.04%-
XYZ12.48.9429.09-
YUV86.38162.78135.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 148 (58.20% from 255) = 47.13%
R=30.89%
G=21.97%
B=47.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97691480.340.5300.42261.2736.4142.55
Hex614594223502A105242b
Octal14110522442650524054453
Binary11000011000101100101001000101101010101010100000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614594; }

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

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

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

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

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

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

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

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