#603798

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

Shades of Daisy Bush #603798

Tints of Daisy Bush #603798

Color information

#603798 (or 0x603798) is unknown color: approx Daisy Bush. HEX triplet: 60, 37 and 98. RGB value is (96,55,152). Sum of RGB (Red+Green+Blue) = 96+55+152=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #603798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603798 is #9FC867. Grayscale: #4D4D4D. Windows color (decimal): -10471528 or 9975648. OLE color: 9975648.

HSL color Cylindrical-coordinate representation of color #603798: hue angle of 265.36º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603798 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9655152-
CMYK0.370.6400.40
HSL265.36º46.86%40.59%-
HSV(B)265.36º63.82%59.61%-
XYZ11.867.4930.53-
YUV78.32169.58140.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=31.68%
G=18.15%
B=50.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96551520.370.6400.40265.3646.8640.59
Hex60379825400281092f29
Octal14067230451000504115751
Binary11000001101111001100010010110000000101000100001001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603798; }

 p { color: rgb(96,55,152); }

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

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

 a { background-color: rgb(96,55,152); }

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

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

 span { border-color: rgb(96,55,152); }

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