#614388

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

Shades of Daisy Bush #614388

Tints of Daisy Bush #614388

Color information

#614388 (or 0x614388) is unknown color: approx Daisy Bush. HEX triplet: 61, 43 and 88. RGB value is (97,67,136). Sum of RGB (Red+Green+Blue) = 97+67+136=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #614388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614388 is #9EBC77. Grayscale: #535353. Windows color (decimal): -10402936 or 8930145. OLE color: 8930145.

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

Color convert

RGB9767136-
CMYK0.290.5100.47
HSL266.09º33.99%39.8%-
HSV(B)266.09º50.74%53.33%-
XYZ11.388.3324.3-
YUV83.84157.44137.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=32.33%
G=22.33%
B=45.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97671360.290.5100.47266.0933.9939.8
Hex6143881D3302F10a2228
Octal14110321035630574124250
Binary1100001100001110001000111011100110101111100001010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614388; }

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

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

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

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

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

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

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

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