#613F98

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

Shades of Daisy Bush #613F98

Tints of Daisy Bush #613F98

Color information

#613F98 (or 0x613F98) is unknown color: approx Daisy Bush. HEX triplet: 61, 3F and 98. RGB value is (97,63,152). Sum of RGB (Red+Green+Blue) = 97+63+152=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #613F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613F98 is #9EC067. Grayscale: #525252. Windows color (decimal): -10403944 or 9977697. OLE color: 9977697.

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

Color convert

RGB9763152-
CMYK0.360.5900.40
HSL262.92º41.4%42.16%-
HSV(B)262.92º58.55%59.61%-
XYZ12.378.3630.67-
YUV83.31166.76137.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=31.09%
G=20.19%
B=48.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97631520.360.5900.40262.9241.442.16
Hex613F98243B028107292a
Octal1417723044730504075152
Binary1100001111111100110001001001110110101000100000111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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