#603F9A

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

Shades of Daisy Bush #603F9A

Tints of Daisy Bush #603F9A

Color information

#603F9A (or 0x603F9A) is unknown color: approx Daisy Bush. HEX triplet: 60, 3F and 9A. RGB value is (96,63,154). Sum of RGB (Red+Green+Blue) = 96+63+154=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #603F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F9A is #9FC065. Grayscale: #525252. Windows color (decimal): -10469478 or 10108768. OLE color: 10108768.

HSL color Cylindrical-coordinate representation of color #603F9A: hue angle of 261.76º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603F9A is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9663154-
CMYK0.380.5900.40
HSL261.76º41.94%42.55%-
HSV(B)261.76º59.09%60.39%-
XYZ12.438.3731.53-
YUV83.24167.93137.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=30.67%
G=20.13%
B=49.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96631540.380.5900.40261.7641.9442.55
Hex603F9A263B0281062a2b
Octal1407723246730504065253
Binary1100000111111100110101001101110110101000100000110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,63,154); }

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

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

 a { background-color: rgb(96,63,154); }

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

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

 span { border-color: rgb(96,63,154); }

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