#603B94

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

Shades of Daisy Bush #603B94

Tints of Daisy Bush #603B94

Color information

#603B94 (or 0x603B94) is unknown color: approx Daisy Bush. HEX triplet: 60, 3B and 94. RGB value is (96,59,148). Sum of RGB (Red+Green+Blue) = 96+59+148=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #603B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603B94 is #9FC46B. Grayscale: #4F4F4F. Windows color (decimal): -10470508 or 9714528. OLE color: 9714528.

HSL color Cylindrical-coordinate representation of color #603B94: hue angle of 264.94º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #603B94 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9659148-
CMYK0.350.6000.42
HSL264.94º43%40.59%-
HSV(B)264.94º60.14%58.04%-
XYZ11.737.7528.9-
YUV80.21166.26139.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=31.68%
G=19.47%
B=48.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96591480.350.6000.42264.944340.59
Hex603B94233C02A1092b29
Octal1407322443740524115351
Binary1100000111011100101001000111111000101010100001001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603B94; }

 p { color: rgb(96,59,148); }

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

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

 a { background-color: rgb(96,59,148); }

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

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

 span { border-color: rgb(96,59,148); }

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