#613892

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

Shades of Daisy Bush #613892

Tints of Daisy Bush #613892

Color information

#613892 (or 0x613892) is unknown color: approx Daisy Bush. HEX triplet: 61, 38 and 92. RGB value is (97,56,146). Sum of RGB (Red+Green+Blue) = 97+56+146=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #613892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613892 is #9EC76D. Grayscale: #4E4E4E. Windows color (decimal): -10405742 or 9582689. OLE color: 9582689.

HSL color Cylindrical-coordinate representation of color #613892: hue angle of 267.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613892 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9756146-
CMYK0.340.6200.43
HSL267.33º44.55%39.61%-
HSV(B)267.33º61.64%57.25%-
XYZ11.537.4528.02-
YUV78.52166.08141.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=32.44%
G=18.73%
B=48.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97561460.340.6200.43267.3344.5539.61
Hex613892223E02B10b2d28
Octal1417022242760534135550
Binary1100001111000100100101000101111100101011100001011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613892; }

 p { color: rgb(97,56,146); }

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

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

 a { background-color: rgb(97,56,146); }

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

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

 span { border-color: rgb(97,56,146); }

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