#613699

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

Shades of Daisy Bush #613699

Tints of Daisy Bush #613699

Color information

#613699 (or 0x613699) is unknown color: approx Daisy Bush. HEX triplet: 61, 36 and 99. RGB value is (97,54,153). Sum of RGB (Red+Green+Blue) = 97+54+153=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #613699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613699 is #9EC966. Grayscale: #4D4D4D. Windows color (decimal): -10406247 or 10040929. OLE color: 10040929.

HSL color Cylindrical-coordinate representation of color #613699: hue angle of 266.06º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613699 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9754153-
CMYK0.370.6500.4
HSL266.06º47.83%40.59%-
HSV(B)266.06º64.71%60%-
XYZ127.4830.95-
YUV78.14170.25141.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=31.91%
G=17.76%
B=50.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97541530.370.6500.4266.0647.8340.59
Hex613699254102810a3029
Octal14166231451010504126051
Binary11000011101101001100110010110000010101000100001010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613699; }

 p { color: rgb(97,54,153); }

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

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

 a { background-color: rgb(97,54,153); }

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

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

 span { border-color: rgb(97,54,153); }

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