#613198

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

Shades of Daisy Bush #613198

Tints of Daisy Bush #613198

Color information

#613198 (or 0x613198) is unknown color: approx Daisy Bush. HEX triplet: 61, 31 and 98. RGB value is (97,49,152). Sum of RGB (Red+Green+Blue) = 97+49+152=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #613198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613198 is #9ECE67. Grayscale: #4A4A4A. Windows color (decimal): -10407528 or 9974113. OLE color: 9974113.

HSL color Cylindrical-coordinate representation of color #613198: hue angle of 267.96º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #613198 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9749152-
CMYK0.360.6800.40
HSL267.96º51.24%39.41%-
HSV(B)267.96º67.76%59.61%-
XYZ11.77.0130.44-
YUV75.09171.4143.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 152 (59.77% from 255) = 51.01%
R=32.55%
G=16.44%
B=51.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97491520.360.6800.40267.9651.2439.41
Hex613198244402810c3327
Octal14161230441040504146347
Binary11000011100011001100010010010001000101000100001100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613198; }

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

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

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

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

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

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

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

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