#613895

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

Shades of Daisy Bush #613895

Tints of Daisy Bush #613895

Color information

#613895 (or 0x613895) is unknown color: approx Daisy Bush. HEX triplet: 61, 38 and 95. RGB value is (97,56,149). Sum of RGB (Red+Green+Blue) = 97+56+149=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #613895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613895 is #9EC76A. Grayscale: #4E4E4E. Windows color (decimal): -10405739 or 9779297. OLE color: 9779297.

HSL color Cylindrical-coordinate representation of color #613895: hue angle of 266.45º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613895 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9756149-
CMYK0.350.6200.42
HSL266.45º45.37%40.2%-
HSV(B)266.45º62.42%58.43%-
XYZ11.777.5429.27-
YUV78.86167.58140.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=32.12%
G=18.54%
B=49.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97561490.350.6200.42266.4545.3740.2
Hex613895233E02A10a2d28
Octal1417022543760524125550
Binary1100001111000100101011000111111100101010100001010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613895; }

 p { color: rgb(97,56,149); }

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

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

 a { background-color: rgb(97,56,149); }

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

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

 span { border-color: rgb(97,56,149); }

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