#613999

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

Shades of Daisy Bush #613999

Tints of Daisy Bush #613999

Color information

#613999 (or 0x613999) is unknown color: approx Daisy Bush. HEX triplet: 61, 39 and 99. RGB value is (97,57,153). Sum of RGB (Red+Green+Blue) = 97+57+153=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #613999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613999 is #9EC666. Grayscale: #4F4F4F. Windows color (decimal): -10405479 or 10041697. OLE color: 10041697.

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

Color convert

RGB9757153-
CMYK0.370.6300.4
HSL265º45.71%41.18%-
HSV(B)265º62.75%60%-
XYZ12.147.7731-
YUV79.9169.25140.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=31.60%
G=18.57%
B=49.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97571530.370.6300.426545.7141.18
Hex613999253F0281092e29
Octal1417123145770504115651
Binary1100001111001100110011001011111110101000100001001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613999; }

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

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

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

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

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

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

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

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