#603099

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

Shades of Daisy Bush #603099

Tints of Daisy Bush #603099

Color information

#603099 (or 0x603099) is unknown color: approx Daisy Bush. HEX triplet: 60, 30 and 99. RGB value is (96,48,153). Sum of RGB (Red+Green+Blue) = 96+48+153=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #603099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603099 is #9FCF66. Grayscale: #494949. Windows color (decimal): -10473319 or 10039392. OLE color: 10039392.

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

Color convert

RGB9648153-
CMYK0.370.6900.4
HSL267.43º52.24%39.41%-
HSV(B)267.43º68.63%60%-
XYZ11.636.930.86-
YUV74.32172.4143.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=32.32%
G=16.16%
B=51.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96481530.370.6900.4267.4352.2439.41
Hex603099254502810b3427
Octal14060231451050504136447
Binary11000001100001001100110010110001010101000100001011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603099; }

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

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

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

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

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

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

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

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