#613691

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

Shades of Daisy Bush #613691

Tints of Daisy Bush #613691

Color information

#613691 (or 0x613691) is unknown color: approx Daisy Bush. HEX triplet: 61, 36 and 91. RGB value is (97,54,145). Sum of RGB (Red+Green+Blue) = 97+54+145=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #613691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613691 is #9EC96E. Grayscale: #4C4C4C. Windows color (decimal): -10406255 or 9516641. OLE color: 9516641.

HSL color Cylindrical-coordinate representation of color #613691: hue angle of 268.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613691 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9754145-
CMYK0.330.6300.43
HSL268.35º45.73%39.02%-
HSV(B)268.35º62.76%56.86%-
XYZ11.367.2227.58-
YUV77.23166.25142.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=32.77%
G=18.24%
B=48.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97541450.330.6300.43268.3545.7339.02
Hex613691213F02B10c2e27
Octal1416622141770534145647
Binary1100001110110100100011000011111110101011100001100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613691; }

 p { color: rgb(97,54,145); }

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

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

 a { background-color: rgb(97,54,145); }

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

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

 span { border-color: rgb(97,54,145); }

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