#614588

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

Shades of Daisy Bush #614588

Tints of Daisy Bush #614588

Color information

#614588 (or 0x614588) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 88. RGB value is (97,69,136). Sum of RGB (Red+Green+Blue) = 97+69+136=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #614588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614588 is #9EBA77. Grayscale: #545454. Windows color (decimal): -10402424 or 8930657. OLE color: 8930657.

HSL color Cylindrical-coordinate representation of color #614588: hue angle of 265.07º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614588 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9769136-
CMYK0.290.4900.47
HSL265.07º32.68%40.2%-
HSV(B)265.07º49.26%53.33%-
XYZ11.58.5824.34-
YUV85.01156.78136.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=32.12%
G=22.85%
B=45.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97691360.290.4900.47265.0732.6840.2
Hex6145881D3102F1092128
Octal14110521035610574114150
Binary1100001100010110001000111011100010101111100001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614588; }

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

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

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

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

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

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

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

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