#614788

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

Shades of Daisy Bush #614788

Tints of Daisy Bush #614788

Color information

#614788 (or 0x614788) is unknown color: approx Daisy Bush. HEX triplet: 61, 47 and 88. RGB value is (97,71,136). Sum of RGB (Red+Green+Blue) = 97+71+136=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #614788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614788 is #9EB877. Grayscale: #555555. Windows color (decimal): -10401912 or 8931169. OLE color: 8931169.

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

Color convert

RGB9771136-
CMYK0.290.4800.47
HSL264º31.4%40.59%-
HSV(B)264º47.79%53.33%-
XYZ11.638.8324.38-
YUV86.18156.11135.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=31.91%
G=23.36%
B=44.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97711360.290.4800.4726431.440.59
Hex6147881D3002F1081f29
Octal14110721035600574103751
Binary110000110001111000100011101110000010111110000100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614788; }

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

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

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

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

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

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

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

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