#613B9A

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

Shades of Daisy Bush #613B9A

Tints of Daisy Bush #613B9A

Color information

#613B9A (or 0x613B9A) is unknown color: approx Daisy Bush. HEX triplet: 61, 3B and 9A. RGB value is (97,59,154). Sum of RGB (Red+Green+Blue) = 97+59+154=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #613B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B9A is #9EC465. Grayscale: #505050. Windows color (decimal): -10404966 or 10107745. OLE color: 10107745.

HSL color Cylindrical-coordinate representation of color #613B9A: hue angle of 264º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613B9A is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9759154-
CMYK0.370.6200.40
HSL264º44.6%41.76%-
HSV(B)264º61.69%60.39%-
XYZ12.33831.47-
YUV81.19169.09139.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 59 (23.44% from 255) = 19.03%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=31.29%
G=19.03%
B=49.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97591540.370.6200.4026444.641.76
Hex613B9A253E0281082d2a
Octal1417323245760504105552
Binary1100001111011100110101001011111100101000100001000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613B9A; }

 p { color: rgb(97,59,154); }

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

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

 a { background-color: rgb(97,59,154); }

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

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

 span { border-color: rgb(97,59,154); }

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