#613093

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

Shades of Daisy Bush #613093

Tints of Daisy Bush #613093

Color information

#613093 (or 0x613093) is unknown color: approx Daisy Bush. HEX triplet: 61, 30 and 93. RGB value is (97,48,147). Sum of RGB (Red+Green+Blue) = 97+48+147=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #613093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613093 is #9ECF6C. Grayscale: #494949. Windows color (decimal): -10407789 or 9646177. OLE color: 9646177.

HSL color Cylindrical-coordinate representation of color #613093: hue angle of 269.7º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613093 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9748147-
CMYK0.340.6700.42
HSL269.7º50.77%38.24%-
HSV(B)269.7º67.35%57.65%-
XYZ11.256.7628.32-
YUV73.94169.23144.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=33.22%
G=16.44%
B=50.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97481470.340.6700.42269.750.7738.24
Hex613093224302A10e3326
Octal14160223421030524166346
Binary11000011100001001001110001010000110101010100001110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613093; }

 p { color: rgb(97,48,147); }

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

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

 a { background-color: rgb(97,48,147); }

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

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

 span { border-color: rgb(97,48,147); }

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