#613394

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

Shades of Daisy Bush #613394

Tints of Daisy Bush #613394

Color information

#613394 (or 0x613394) is unknown color: approx Daisy Bush. HEX triplet: 61, 33 and 94. RGB value is (97,51,148). Sum of RGB (Red+Green+Blue) = 97+51+148=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #613394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613394 is #9ECC6B. Grayscale: #4B4B4B. Windows color (decimal): -10407020 or 9712481. OLE color: 9712481.

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

Color convert

RGB9751148-
CMYK0.340.6600.42
HSL268.45º48.74%39.02%-
HSV(B)268.45º65.54%58.04%-
XYZ11.467.0528.77-
YUV75.81168.74143.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 148 (58.20% from 255) = 50%
R=32.77%
G=17.23%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97511480.340.6600.42268.4548.7439.02
Hex613394224202A10c3127
Octal14163224421020524146147
Binary11000011100111001010010001010000100101010100001100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613394; }

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

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

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

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

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

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

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

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