#603D90

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

Shades of Daisy Bush #603D90

Tints of Daisy Bush #603D90

Color information

#603D90 (or 0x603D90) is unknown color: approx Daisy Bush. HEX triplet: 60, 3D and 90. RGB value is (96,61,144). Sum of RGB (Red+Green+Blue) = 96+61+144=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #603D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D90 is #9FC26F. Grayscale: #505050. Windows color (decimal): -10470000 or 9452896. OLE color: 9452896.

HSL color Cylindrical-coordinate representation of color #603D90: hue angle of 265.3º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603D90 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9661144-
CMYK0.330.5800.44
HSL265.3º40.49%40.2%-
HSV(B)265.3º57.64%56.47%-
XYZ11.537.8427.29-
YUV80.93163.6138.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=31.89%
G=20.27%
B=47.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96611440.330.5800.44265.340.4940.2
Hex603D90213A02C1092828
Octal1407522041720544115050
Binary1100000111101100100001000011110100101100100001001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,61,144); }

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

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

 a { background-color: rgb(96,61,144); }

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

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

 span { border-color: rgb(96,61,144); }

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