#613F9A

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

Shades of Daisy Bush #613F9A

Tints of Daisy Bush #613F9A

Color information

#613F9A (or 0x613F9A) is unknown color: approx Daisy Bush. HEX triplet: 61, 3F and 9A. RGB value is (97,63,154). Sum of RGB (Red+Green+Blue) = 97+63+154=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #613F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613F9A is #9EC065. Grayscale: #535353. Windows color (decimal): -10403942 or 10108769. OLE color: 10108769.

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

Color convert

RGB9763154-
CMYK0.370.5900.40
HSL262.42º41.94%42.55%-
HSV(B)262.42º59.09%60.39%-
XYZ12.548.4331.54-
YUV83.54167.76137.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=30.89%
G=20.06%
B=49.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97631540.370.5900.40262.4241.9442.55
Hex613F9A253B0281062a2b
Octal1417723245730504065253
Binary1100001111111100110101001011110110101000100000110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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