#603F8C

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

Shades of Daisy Bush #603F8C

Tints of Daisy Bush #603F8C

Color information

#603F8C (or 0x603F8C) is unknown color: approx Daisy Bush. HEX triplet: 60, 3F and 8C. RGB value is (96,63,140). Sum of RGB (Red+Green+Blue) = 96+63+140=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #603F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F8C is #9FC073. Grayscale: #515151. Windows color (decimal): -10469492 or 9191264. OLE color: 9191264.

HSL color Cylindrical-coordinate representation of color #603F8C: hue angle of 265.71º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #603F8C is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9663140-
CMYK0.310.5500.45
HSL265.71º37.93%39.8%-
HSV(B)265.71º55%54.9%-
XYZ11.347.9425.75-
YUV81.65160.93138.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 63 (25% from 255) = 21.07%
BLUE value IS 140 (55.08% from 255) = 46.82%
R=32.11%
G=21.07%
B=46.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96631400.310.5500.45265.7137.9339.8
Hex603F8C1F3702D10a2628
Octal1407721437670554124650
Binary110000011111110001100111111101110101101100001010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,63,140); }

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

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

 a { background-color: rgb(96,63,140); }

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

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

 span { border-color: rgb(96,63,140); }

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