#603598

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

Shades of Daisy Bush #603598

Tints of Daisy Bush #603598

Color information

#603598 (or 0x603598) is unknown color: approx Daisy Bush. HEX triplet: 60, 35 and 98. RGB value is (96,53,152). Sum of RGB (Red+Green+Blue) = 96+53+152=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #603598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603598 is #9FCA67. Grayscale: #4C4C4C. Windows color (decimal): -10472040 or 9975136. OLE color: 9975136.

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

Color convert

RGB9653152-
CMYK0.370.6500.40
HSL266.06º48.29%40.2%-
HSV(B)266.06º65.13%59.61%-
XYZ11.767.330.49-
YUV77.14170.25141.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=31.89%
G=17.61%
B=50.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96531520.370.6500.40266.0648.2940.2
Hex603598254102810a3028
Octal14065230451010504126050
Binary11000001101011001100010010110000010101000100001010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603598; }

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

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

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

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

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

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

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

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