#603499

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

Shades of Daisy Bush #603499

Tints of Daisy Bush #603499

Color information

#603499 (or 0x603499) is unknown color: approx Daisy Bush. HEX triplet: 60, 34 and 99. RGB value is (96,52,153). Sum of RGB (Red+Green+Blue) = 96+52+153=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #603499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603499 is #9FCB66. Grayscale: #4C4C4C. Windows color (decimal): -10472295 or 10040416. OLE color: 10040416.

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

Color convert

RGB9652153-
CMYK0.370.6600.4
HSL266.14º49.27%40.2%-
HSV(B)266.14º66.01%60%-
XYZ11.87.2430.91-
YUV76.67171.08141.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=31.89%
G=17.28%
B=50.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96521530.370.6600.4266.1449.2740.2
Hex603499254202810a3128
Octal14064231451020504126150
Binary11000001101001001100110010110000100101000100001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603499; }

 p { color: rgb(96,52,153); }

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

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

 a { background-color: rgb(96,52,153); }

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

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

 span { border-color: rgb(96,52,153); }

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