#613996

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

Shades of Daisy Bush #613996

Tints of Daisy Bush #613996

Color information

#613996 (or 0x613996) is unknown color: approx Daisy Bush. HEX triplet: 61, 39 and 96. RGB value is (97,57,150). Sum of RGB (Red+Green+Blue) = 97+57+150=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #613996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613996 is #9EC669. Grayscale: #4F4F4F. Windows color (decimal): -10405482 or 9845089. OLE color: 9845089.

HSL color Cylindrical-coordinate representation of color #613996: hue angle of 265.81º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613996 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9757150-
CMYK0.350.6200.41
HSL265.81º44.93%40.59%-
HSV(B)265.81º62%58.82%-
XYZ11.97.6729.71-
YUV79.56167.75140.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=31.91%
G=18.75%
B=49.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97571500.350.6200.41265.8144.9340.59
Hex613996233E02910a2d29
Octal1417122643760514125551
Binary1100001111001100101101000111111100101001100001010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613996; }

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

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

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

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

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

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

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

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